Files
rust/tests/ui/issues/issue-39089.rs

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

5 lines
118 B
Rust
Raw Normal View History

fn f<T: ?for<'a> Sized>() {}
2024-06-27 13:07:03 -04:00
//~^ ERROR `for<...>` binder should be placed before trait bound modifiers
fn main() {}