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