rust/tests/ui/issues/issue-39089.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
282 B
Plaintext
Raw Normal View History

2024-06-27 12:07:03 -05:00
error: `for<...>` binder should be placed before trait bound modifiers
--> $DIR/issue-39089.rs:1:13
|
LL | fn f<T: ?for<'a> Sized>() {}
2024-06-27 12:07:03 -05:00
| - ^^^^
| |
| place the `for<...>` binder before any modifiers
error: aborting due to 1 previous error