rust/tests/target/negative-bounds.rs
2024-07-11 21:59:28 -04:00

6 lines
40 B
Rust

fn negative()
where
i32: !Copy,
{
}