]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/rfc-2093-infer-outlives/nested-regions.stderr
Don't use spaces before type ascription like colons
[rust.git] / src / test / ui / rfc-2093-infer-outlives / nested-regions.stderr
index 4d8f7b7c8c465158d7863ba3d950c7d37dc907a7..ffdd5542bb4b51a956e475d8b628e9d7132e4d98 100644 (file)
@@ -6,9 +6,9 @@ LL | |     x: &'a &'b T
 LL | | }
    | |_^
    |
-   = note: 'b : 'a
-   = note: T : 'a
-   = note: T : 'b
+   = note: 'b: 'a
+   = note: T: 'a
+   = note: T: 'b
 
 error: aborting due to previous error