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
/
lint-group-denied-lint-allowed.rs
blob: 8156b6ef617e69850b09ab9c19add0b0502c1bd4 (
plain
)
1
2
3
4
5
6
// check-pass
// compile-flags: -D unused -A unused-variables
fn
main
()
{
let
x
=
1
;
}