]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/where-clauses/where-for-self-2.stderr
New upstream version 1.35.0+dfsg1
[rustc.git] / src / test / ui / where-clauses / where-for-self-2.stderr
index bbcb61a856d8dda8104b3081aa75a6aac98dde2e..dbe68b82c24cb929d7c2650094c5e56cc3c02af0 100644 (file)
@@ -1,7 +1,7 @@
 error[E0277]: the trait bound `for<'a> &'a _: Bar` is not satisfied
   --> $DIR/where-for-self-2.rs:21:5
    |
-LL |     foo(&X); //~ ERROR trait bound
+LL |     foo(&X);
    |     ^^^ the trait `for<'a> Bar` is not implemented for `&'a _`
    |
    = help: the following implementations were found: