mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-16 21:47:04 +00:00
5 lines
82 B
Rust
5 lines
82 B
Rust
fn test<T: !Copy>() {}
|
|
//~^ ERROR negative bounds are not supported
|
|
|
|
fn main() {}
|