blob: 9bc5e7dcf2268e74919e945605746a7444d64ad9 [file] [log] [blame]
error[E0600]: cannot apply unary operator `-` to type `bool`
--> $DIR/unop-neg-bool.rs:2:5
|
LL | -true;
| ^^^^^ cannot apply unary operator `-`
error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0600`.