]> git.lizzy.rs Git - rust.git/blob - tests/ui/rfc-2093-infer-outlives/explicit-enum.stderr
Rollup merge of #106664 - chenyukang:yukang/fix-106597-remove-lseek, r=cuviper
[rust.git] / tests / ui / rfc-2093-infer-outlives / explicit-enum.stderr
1 error: rustc_outlives
2   --> $DIR/explicit-enum.rs:4:1
3    |
4 LL | enum Foo<'a, U> {
5    | ^^^^^^^^^^^^^^^
6    |
7    = note: U: 'a
8
9 error: aborting due to previous error
10