mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-08 13:02:50 +00:00
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
|
|
|