]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/error-codes/E0275.stderr
New upstream version 1.44.1+dfsg1
[rustc.git] / src / test / ui / error-codes / E0275.stderr
index c551a00096e23f65aab054eb800995def1198d0d..a9fd0564ff548f93d03497abfa30972d7e669357 100644 (file)
@@ -2,7 +2,7 @@ error[E0275]: overflow evaluating the requirement `Bar<Bar<Bar<Bar<Bar<Bar<Bar<B
   --> $DIR/E0275.rs:5:33
    |
 LL | trait Foo {}
-   | --------- required by `Foo`
+   | --------- required by this bound in `Foo`
 ...
 LL | impl<T> Foo for T where Bar<T>: Foo {}
    |                                 ^^^