Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
HEAD
/
.
/
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
()
{}