]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/hrtb/hrtb-exists-forall-trait-invariant.stderr
New upstream version 1.44.1+dfsg1
[rustc.git] / src / test / ui / hrtb / hrtb-exists-forall-trait-invariant.stderr
index 23ef75944d317bc0c352d5efe08af8ef384d11f5..9174ea4d8419d208f087468ffe879240533ee88a 100644 (file)
@@ -2,7 +2,7 @@ error[E0277]: the trait bound `(): Trait<for<'b> fn(std::cell::Cell<&'b u32>)>`
   --> $DIR/hrtb-exists-forall-trait-invariant.rs:28:11
    |
 LL | fn foo<T>()
-   |    ---
+   |    --- required by a bound in this
 LL | where
 LL |     T: Trait<for<'b> fn(Cell<&'b u32>)>,
    |        -------------------------------- required by this bound in `foo`