Sign in
fuchsia
/
third_party
/
rust
/
d782f09ae0b88a73a69e2fa3169222cdbc47d4ec
/
.
/
src
/
test
/
ui
/
codemap_tests
/
issue-28308.rs
blob: 81493f8c45311a1a7e43c1bcaf2569529f736189 [
file
] [
log
] [
blame
]
fn
main
()
{
assert
!(
"foo"
);
//~^ ERROR cannot apply unary operator `!`
}