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