rust/tests/target/negative-bounds.rs

12 lines
100 B
Rust
Raw Normal View History

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