Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
HEAD
/
.
/
tests
/
ui
/
trait-bounds
/
for-binder-placement-error-39089.rs
blob: 47976bdfff45a907bebd2511219885607d4853df [
file
] [
log
] [
blame
]
fn
f
<
T
:
?
for
<
'
a
>
Sized
>()
{}
//~^ ERROR `for<...>` binder should be placed before trait bound modifiers
fn
main
()
{}
// https://github.com/rust-lang/rust/issues/39089