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
/
rustdoc
/
test-strikethrough.rs
blob: c7855729a98eee20cd78c1c566287add8db9ecee (
plain
)
1
2
3
4
5
6
#![crate_name =
"foo"
]
// @has foo/fn.f.html
// @has - //del "Y"
/// ~~Y~~
pub
fn
f
()
{}