mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-21 17:52:12 +03:00
12 lines
100 B
Rust
12 lines
100 B
Rust
fn negative()
|
|
where
|
|
i32: !Copy,
|
|
{
|
|
}
|
|
|
|
fn maybe_const_negative()
|
|
where
|
|
i32: ~const !Copy,
|
|
{
|
|
}
|