summaryrefslogtreecommitdiffstats
path: root/tests/ui/rfcs/rfc-2093-infer-outlives/nested-union.stderr
blob: bb0eea027d5a9cf149286dcc616445c1e9366f52 (plain)
1
2
3
4
5
6
7
8
9
10
error: rustc_outlives
  --> $DIR/nested-union.rs:4:1
   |
LL | union Foo<'a, T: Copy> {
   | ^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: T: 'a

error: aborting due to 1 previous error