index
:
rustc
debian
progress-linux
upstream
debian 12 backports: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
ui
/
codemap_tests
/
issue-28308.rs
blob: 81493f8c45311a1a7e43c1bcaf2569529f736189 (
plain
)
1
2
3
4
fn
main
()
{
assert!
(
"foo"
);
//~^ ERROR cannot apply unary operator `!`
}