Sign in
rust
/
rust-lang
/
rust
/
160e7623e8cbbf1feab2b6e2a24733a98c7bde9c
/
.
/
tests
/
ui
/
underscore-lifetime
/
raw-underscore-lifetime.stderr
blob: bdb357a47f4b71c23e9d1ac4422dee5300477a0b [
file
] [
log
] [
blame
]
error
:
`_`
cannot be a raw lifetime
-->
$DIR
/
raw
-
underscore
-
lifetime
.
rs
:
6
:
6
|
LL
|
fn f
<
'r#_>(){}
| ^^^^
error: aborting due to 1 previous error