summaryrefslogtreecommitdiffstats
path: root/tests/ui/unop-neg-bool.stderr
blob: 9bc5e7dcf2268e74919e945605746a7444d64ad9 (plain)
1
2
3
4
5
6
7
8
9
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`.