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
/
unknown-unstable-lints
/
allow-unknown-unstable-lint-inline.rs
blob: 992472c894a8c2c461626b322863bdbcf9be6946 (
plain
)
1
2
3
4
5
// check-pass
#![allow(unknown_lints, test_unstable_lint)]
fn
main
()
{}