Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
parser
/
recover
/
recover-assoc-lifetime-constraint.rs
blob: cb65f80b0890901df69932ee43be2a6389e95525 [
file
] [
log
] [
blame
] [
edit
]
#[
cfg
(
FALSE
)]
fn
syntax
()
{
bar
::<
Item
=
'
a
>();
//~ ERROR lifetimes are not permitted in this context
}
fn
main
()
{}