Sign in
fuchsia
/
third_party
/
rust
/
10732e14f4ee6e462170f883c79fb90acf3ddc2c
/
.
/
tests
/
ui
/
parser
/
recover
/
recover-assoc-lifetime-constraint.rs
blob: 30bac49e63a5fe801c41fdab55cd24a2ef1437ab [
file
] [
log
] [
blame
]
#[
cfg
(
false
)]
fn
syntax
()
{
bar
::<
Item
=
'
a
>();
//~ ERROR lifetimes are not permitted in this context
}
fn
main
()
{}