]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/rfc-2093-infer-outlives/enum.stderr
Don't use spaces before type ascription like colons
[rust.git] / src / test / ui / rfc-2093-infer-outlives / enum.stderr
index dd56c1f79c71230e5cfdb5f9729ec483c9e6398d..868ca2c4587d12159c1176d11ec3264b23a8195b 100644 (file)
@@ -6,7 +6,7 @@ LL | |     One(Bar<'a, T>)
 LL | | }
    | |_^
    |
-   = note: T : 'a
+   = note: T: 'a
 
 error: rustc_outlives
   --> $DIR/enum.rs:13:1
@@ -16,7 +16,7 @@ LL | |     field2: &'b U
 LL | | }
    | |_^
    |
-   = note: U : 'b
+   = note: U: 'b
 
 error: rustc_outlives
   --> $DIR/enum.rs:19:1
@@ -26,7 +26,7 @@ LL | |     One(&'c Yang<K>)
 LL | | }
    | |_^
    |
-   = note: K : 'c
+   = note: K: 'c
 
 error: aborting due to 3 previous errors