mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-14 02:49:40 +00:00
11 lines
207 B
Plaintext
11 lines
207 B
Plaintext
error: higher-ranked lifetime error
|
|
--> $DIR/trivial-does-not-hold.rs:7:5
|
|
|
|
|
LL | || {};
|
|
| ^^^^^
|
|
|
|
|
= note: could not prove `for<'a> &'a (): 'b`
|
|
|
|
error: aborting due to 1 previous error
|
|
|