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

error: aborting due to 1 previous error