mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-04 02:54:00 +00:00
12 lines
285 B
Plaintext
12 lines
285 B
Plaintext
|
error: cannot capture late-bound lifetime in constant
|
||
|
--> $DIR/convert-refree-region-vid-ice-114464.rs:11:17
|
||
|
|
|
||
|
LL | fn wow<'a>() {
|
||
|
| -- lifetime defined here
|
||
|
LL | test::<{
|
||
|
LL | let _: &'a ();
|
||
|
| ^^
|
||
|
|
||
|
error: aborting due to 1 previous error
|
||
|
|