mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-25 16:24:46 +00:00
5 lines
118 B
Rust
5 lines
118 B
Rust
fn f<T: ?for<'a> Sized>() {}
|
|
//~^ ERROR `for<...>` binder should be placed before trait bound modifiers
|
|
|
|
fn main() {}
|