]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/impl-unused-rps-in-assoc-type.stderr
Rollup merge of #87440 - twetzel59:fix-barrier-no-op, r=yaahc
[rust.git] / src / test / ui / impl-unused-rps-in-assoc-type.stderr
index 80fc0504558f9f5ad69796cc34b8c9f3c7c8f95c..c7ad1b4e608fc0bbb00102631fe49dc3f53ebefc 100644 (file)
@@ -1,7 +1,7 @@
 error[E0207]: the lifetime parameter `'a` is not constrained by the impl trait, self type, or predicates
   --> $DIR/impl-unused-rps-in-assoc-type.rs:11:6
    |
-LL | impl<'a> Fun for Holder { //~ ERROR E0207
+LL | impl<'a> Fun for Holder {
    |      ^^ unconstrained lifetime parameter
 
 error: aborting due to previous error