]> git.proxmox.com Git - rustc.git/blame - src/test/ui/unop-neg-bool.stderr
Update unsuspicious file list
[rustc.git] / src / test / ui / unop-neg-bool.stderr
CommitLineData
b7449926 1error[E0600]: cannot apply unary operator `-` to type `bool`
0731742a 2 --> $DIR/unop-neg-bool.rs:2:5
b7449926 3 |
532ac7d7 4LL | -true;
b7449926 5 | ^^^^^ cannot apply unary operator `-`
b7449926
XL
6
7error: aborting due to previous error
8
9For more information about this error, try `rustc --explain E0600`.