Sign in
rust
/
rust-lang
/
rust
/
refs/heads/try
/
.
/
tests
/
ui
/
issues
/
issue-39089.rs
blob: 822c47503afe944eb5d6f83ca9e75432d2be86fb [
file
] [
log
] [
blame
]
fn
f
<
T
:
?
for
<
'
a
>
Sized
>()
{}
//~^ ERROR `for<...>` binder should be placed before trait bound modifiers
fn
main
()
{}