rust/tests/ui/higher-ranked/trait-bounds/trivial-does-not-hold.stderr
2024-05-11 02:10:45 -04:00

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