blob: a66dc8db914425f057e342578443c5feb9c2bbc6 [file] [log] [blame]
error: cannot capture late-bound lifetime in constant
--> $DIR/late-bound-in-where-issue-83993.rs:10:17
|
LL | for<'b> [(); {
| -- lifetime defined here
LL | let x: &'b ();
| ^^
error: aborting due to previous error