Sign in
android
/
toolchain
/
rustc
/
d2dbbcd40813d506244f1255bc2c84088a0197e1
/
.
/
src
/
test
/
ui
/
unop-neg-bool.rs
blob: 6f1f1aba459306b560cf231d084acd94f9376581 [
file
] [
log
] [
blame
]
fn
main
()
{
-
true
;
//~ ERROR cannot apply unary operator `-` to type `bool`
}