index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
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
()
{}