mirror of
https://git.proxmox.com/git/rustc
synced 2025-05-28 15:56:08 +00:00
4 lines
82 B
Rust
4 lines
82 B
Rust
fn main() {
|
|
-true; //~ ERROR cannot apply unary operator `-` to type `bool`
|
|
}
|