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
/
pretty
/
trait-inner-attr.rs
blob: 6cb0e4136b62cc2eddfe3f8ca44303010823d62c (
plain
)
1
2
3
4
5
6
7
// pp-exact
trait
Foo
{
#![allow(bar)]
}
fn
main
()
{}