mirror of
https://github.com/rust-lang/rust.git
synced 2025-09-28 05:34:45 +00:00
9 lines
160 B
Plaintext
9 lines
160 B
Plaintext
error: `_` cannot be a raw lifetime
|
|
--> $DIR/raw-underscore-lifetime.rs:6:6
|
|
|
|
|
LL | fn f<'r#_>(){}
|
|
| ^^^^
|
|
|
|
error: aborting due to 1 previous error
|
|
|