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-fn-no-body-pass.rs
blob: 16b09d64e8c1786c96500da3c83512eb42fc9321 (
plain
)
1
2
3
4
5
6
7
8
// check-pass
fn
main
()
{}
#[cfg(FALSE)]
impl
X
{
fn
f
();
}