]> git.lizzy.rs Git - rust.git/blob - src/test/ui/rfc-2093-infer-outlives/self-structs.stderr
Don't use spaces before type ascription like colons
[rust.git] / src / test / ui / rfc-2093-infer-outlives / self-structs.stderr
1 error: rustc_outlives
2   --> $DIR/self-structs.rs:4:1
3    |
4 LL | / struct Foo<'a, 'b, T> {
5 LL | |     field1: dyn Bar<'a, 'b, T>
6 LL | | }
7    | |_^
8    |
9    = note: T: 'a
10
11 error: aborting due to previous error
12