mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-03 21:47:36 +00:00
5 lines
121 B
Rust
5 lines
121 B
Rust
![]() |
fn uwu<T: ?Sized<i32>>() {}
|
||
|
//~^ ERROR trait takes 0 generic arguments but 1 generic argument was supplied
|
||
|
|
||
|
fn main() {}
|