blob: 12fcbc5757f9d61413b4c9bd3ec9f3424849e6d7 [file] [log] [blame]
error: `for<...>` binder should be placed before trait bound modifiers
--> $DIR/for-binder-placement-error-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