mirror of
https://github.com/rust-lang/rust.git
synced 2024-10-31 22:41:50 +00:00
9 lines
176 B
Plaintext
9 lines
176 B
Plaintext
error: `T` does not live long enough
|
|
--> $DIR/forall-wf-ref-reflexive.rs:12:5
|
|
|
|
|
LL | self_wf2::<T>();
|
|
| ^^^^^^^^^^^^^^^
|
|
|
|
error: aborting due to previous error
|
|
|