]> 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 73d2420af00ddf09399bfd3d3ed959e7fd4aad46..3746bab4d549690ac5a80dc82939d688c25ff1ad 100644 (file)
@@ -1,12 +1,12 @@
 error: rustc_outlives
   --> $DIR/projection.rs:4:1
    |
-LL | / struct Foo<'a, T: Iterator> { //~ ERROR rustc_outlives
+LL | / struct Foo<'a, T: Iterator> {
 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