rust/tests/ui/rfc-2093-infer-outlives/cross-crate.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
167 B
Plaintext
Raw Normal View History

error: rustc_outlives
2018-12-25 15:56:47 +00:00
--> $DIR/cross-crate.rs:4:1
|
2022-02-13 15:27:59 +00:00
LL | struct Foo<'a, T> {
| ^^^^^^^^^^^^^^^^^
|
= note: T: 'a
error: aborting due to previous error