Sign in
rust
/
rust
/
262cd76333b79fb85bb87f2846b3db79c82d2402
/
.
/
tests
/
ui
/
codemap_tests
/
issue-28308.rs
blob: 81493f8c45311a1a7e43c1bcaf2569529f736189 [
file
]
fn
main
()
{
assert
!(
"foo"
);
//~^ ERROR cannot apply unary operator `!`
}