rust/tests/target/negative-bounds.rs
2023-05-02 22:36:25 +00:00

12 lines
100 B
Rust

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