Sign in
fuchsia
/
third_party
/
rust
/
eda6dc928323fcd0ac1b51cea1aa79ab17e8519d
/
.
/
tests
/
ui
/
unop
/
unop-neg-bool.rs
blob: 6f1f1aba459306b560cf231d084acd94f9376581 [
file
] [
log
] [
blame
]
fn
main
()
{
-
true
;
//~ ERROR cannot apply unary operator `-` to type `bool`
}