]> git.lizzy.rs Git - rust.git/blob - 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
1 error: rustc_outlives
2   --> $DIR/projection.rs:4:1
3    |
4 LL | / struct Foo<'a, T: Iterator> {
5 LL | |     bar: &'a T::Item
6 LL | | }
7    | |_^
8    |
9    = note: <T as std::iter::Iterator>::Item: 'a
10
11 error: aborting due to previous error
12