Sign in
rust
/
rust
/
HEAD
/
.
/
tests
/
ui
/
lifetimes
/
raw
/
multiple-prefixes.rs
blob: f335373d8a7e76e62872d9a79c5d1dac3c4eebdb [
file
] [
log
] [
blame
]
//@ edition: 2021
fn
test
(
x
:
&
'
r
#
r
#
r
())
{}
//~^ ERROR expected type, found `#`
fn
main
()
{}