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
/
parser
/
impl-item-const-pass.rs
blob: d1124561374a52b565c66b97d91139e04bdfa98f (
plain
)
1
2
3
4
5
6
7
8
// check-pass
fn
main
()
{}
#[cfg(FALSE)]
impl
X
{
const
Y
:
u8
;
}