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