mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-06 08:08:39 +00:00
11 lines
267 B
Plaintext
11 lines
267 B
Plaintext
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 1 previous error
|
|
|