rust/tests/ui/rfc-2093-infer-outlives/explicit-struct.stderr
2023-01-11 09:32:08 +00:00

11 lines
171 B
Plaintext

error: rustc_outlives
--> $DIR/explicit-struct.rs:4:1
|
LL | struct Foo<'b, U> {
| ^^^^^^^^^^^^^^^^^
|
= note: U: 'b
error: aborting due to previous error