]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/impl-trait/multiple-lifetimes/ordinary-bounds-unsuited.nll.stderr
New upstream version 1.54.0+dfsg1
[rustc.git] / src / test / ui / impl-trait / multiple-lifetimes / ordinary-bounds-unsuited.nll.stderr
index de6d5edcae511d9ffd631f7c675ca707c6b05b43..1bcb28120ed1bb955cdbadc90bbad5c7ac62c5a5 100644 (file)
@@ -1,5 +1,5 @@
 error[E0700]: hidden type for `impl Trait` captures lifetime that does not appear in bounds
-  --> $DIR/ordinary-bounds-unsuited.rs:20:62
+  --> $DIR/ordinary-bounds-unsuited.rs:18:62
    |
 LL | fn upper_bounds<'a, 'b>(a: Ordinary<'a>, b: Ordinary<'b>) -> impl Trait<'a, 'b>
    |                                                              ^^^^^^^^^^^^^^^^^^