]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/impl-trait/multiple-lifetimes/error-handling-2.stderr
Update unsuspicious file list
[rustc.git] / src / test / ui / impl-trait / multiple-lifetimes / error-handling-2.stderr
index b837b64110365d47585e9d702a7d52c2f51d33ca..90875708094049b19c3d45e6aa547e81a8c418a1 100644 (file)
@@ -1,4 +1,4 @@
-error[E0700]: hidden type for `impl Trait` captures lifetime that does not appear in bounds
+error[E0700]: hidden type for `E<'b, 'c>` captures lifetime that does not appear in bounds
   --> $DIR/error-handling-2.rs:22:5
    |
 LL | fn foo<'a: 'b, 'b, 'c>(x: &'static i32, mut y: &'a i32) -> E<'b, 'c> {