Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
issues
/
issue-39089.stderr
blob: a81010aedff5ad2e54ba92514a8369977169409e [
file
] [
log
] [
blame
] [
edit
]
error
:
`for<...>`
binder should be placed before trait bound modifiers
-->
$DIR
/
issue
-
39089.rs
:
1
:
13
|
LL
|
fn f
<
T
:
?
for
<
'a> Sized>() {}
| - ^^^^
| |
| place the `for<...>` binder before any modifiers
error: aborting due to 1 previous error