]> git.proxmox.com Git - rustc.git/blame - src/test/ui/rfc-2093-infer-outlives/explicit-union.stderr
New upstream version 1.30.0~beta.7+dfsg1
[rustc.git] / src / test / ui / rfc-2093-infer-outlives / explicit-union.stderr
CommitLineData
94b46f34 1error: rustc_outlives
b7449926 2 --> $DIR/explicit-union.rs:16:1
94b46f34 3 |
b7449926 4LL | / union Foo<'b, U> { //~ ERROR 16:1: 18:2: rustc_outlives
94b46f34
XL
5LL | | bar: Bar<'b, U>
6LL | | }
7 | |_^
8 |
9 = note: U : 'b
10
11error: aborting due to previous error
12