]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/rfc-2093-infer-outlives/regions-outlives-nominal-type-type.stderr
New upstream version 1.56.0~beta.4+dfsg1
[rustc.git] / src / test / ui / rfc-2093-infer-outlives / regions-outlives-nominal-type-type.stderr
index c1c4e78f785c35eed291bcac9c688f82ed10cb27..4bfaa1aac782aaa51dd9452cf3fca5e849e3419e 100644 (file)
@@ -1,8 +1,8 @@
 error[E0491]: in type `&'a Foo<&'b i32>`, reference has a longer lifetime than the data it references
-  --> $DIR/regions-outlives-nominal-type-type.rs:17:9
+  --> $DIR/regions-outlives-nominal-type-type.rs:17:20
    |
 LL |         type Out = &'a Foo<&'b i32>;
-   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+   |                    ^^^^^^^^^^^^^^^^
    |
 note: the pointer is valid for the lifetime `'a` as defined on the impl at 16:10
   --> $DIR/regions-outlives-nominal-type-type.rs:16:10