]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/rfc-2093-infer-outlives/explicit-projection.stderr
Don't use spaces before type ascription like colons
[rust.git] / src / test / ui / rfc-2093-infer-outlives / explicit-projection.stderr
index 8e9b158ab7c9dd9f3cb89ad4c2aaffd66bb6cca6..a85aa3d7565bab7af4c41ee97cc6174996007ec6 100644 (file)
@@ -7,7 +7,7 @@ LL | |     foo: <A as Trait<'a, B>>::Type
 LL | | }
    | |_^
    |
-   = note: B : 'a
+   = note: B: 'a
 
 error: aborting due to previous error