mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-15 03:09:54 +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() {}
|