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

11 lines
201 B
Plaintext

error: rustc_outlives
--> $DIR/explicit-projection.rs:8:1
|
LL | struct Foo<'a, A, B> where A: Trait<'a, B>
| ^^^^^^^^^^^^^^^^^^^^
|
= note: B: 'a
error: aborting due to previous error