rust/tests/target/negative-bounds.rs

6 lines
40 B
Rust
Raw Normal View History

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