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