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