mirror of
https://github.com/rust-lang/rust.git
synced 2024-10-31 22:41:50 +00:00
41e8d152dc
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
11 lines
209 B
Plaintext
11 lines
209 B
Plaintext
error: higher-ranked lifetime error
|
|
--> $DIR/re-empty-in-error.rs:7:5
|
|
|
|
|
LL | foo(&10);
|
|
| ^^^^^^^^
|
|
|
|
|
= note: could not prove `for<'b> &'b (): 'a`
|
|
|
|
error: aborting due to 1 previous error
|
|
|