]> git.proxmox.com Git - rustc.git/blame - src/test/ui/rfc-2093-infer-outlives/infer-static.stderr
New upstream version 1.62.1+dfsg1
[rustc.git] / src / test / ui / rfc-2093-infer-outlives / infer-static.stderr
CommitLineData
8faf50e0 1error: rustc_outlives
0731742a 2 --> $DIR/infer-static.rs:5:1
8faf50e0 3 |
532ac7d7 4LL | / struct Foo<U> {
8faf50e0
XL
5LL | | bar: Bar<U>
6LL | | }
7 | |_^
8 |
dfeec247 9 = note: U: 'static
8faf50e0
XL
10
11error: aborting due to previous error
12