mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-17 21:52:25 +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
|
|
|