summaryrefslogtreecommitdiffstats
path: root/src/test/ui/rfc-2093-infer-outlives/explicit-union.stderr
blob: 16b64bdc29dd32282ef4176121a992f84c1bb37b (plain)
1
2
3
4
5
6
7
8
9
10
error: rustc_outlives
  --> $DIR/explicit-union.rs:4:1
   |
LL | union Foo<'b, U: Copy> {
   | ^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: U: 'b

error: aborting due to previous error