]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/issues/issue-28848.stderr
Rollup merge of #62337 - Mark-Simulacrum:fix-cpu-usage-script, r=alexcrichton
[rust.git] / src / test / ui / issues / issue-28848.stderr
index d9cdccac9fca3005b756e1ab7004a5081ab111a0..5f0f202c0b27ba62305b7d1b51933f7fda3ddb7e 100644 (file)
@@ -1,7 +1,7 @@
 error[E0478]: lifetime bound not satisfied
   --> $DIR/issue-28848.rs:10:5
    |
-LL |     Foo::<'a, 'b>::xmute(u) //~ ERROR lifetime bound not satisfied
+LL |     Foo::<'a, 'b>::xmute(u)
    |     ^^^^^^^^^^^^^^^^^^^^
    |
 note: lifetime parameter instantiated with the lifetime 'b as defined on the function body at 9:16