Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
HEAD
/
.
/
tests
/
ui
/
feature-gates
/
feature-gate-non_lifetime_binders.rs
blob: 221e9133fcc6b67750d064b8b19907c3dd2282b0 [
file
] [
log
] [
blame
]
fn
foo
()
where
for
<
T
>
T
:,
{}
//~^ ERROR only lifetime parameters can be used in this context
fn
main
()
{}