]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/rfc-2093-infer-outlives/projection.stderr
Don't use spaces before type ascription like colons
[rust.git] / src / test / ui / rfc-2093-infer-outlives / projection.stderr
index 8a91c44c5806e7cbe09793d91a4a3035953e1c46..3746bab4d549690ac5a80dc82939d688c25ff1ad 100644 (file)
@@ -6,7 +6,7 @@ LL | |     bar: &'a T::Item
 LL | | }
    | |_^
    |
-   = note: <T as std::iter::Iterator>::Item : 'a
+   = note: <T as std::iter::Iterator>::Item: 'a
 
 error: aborting due to previous error