Sign in
fuchsia
/
third_party
/
rust
/
eda6dc928323fcd0ac1b51cea1aa79ab17e8519d
/
.
/
tests
/
rustdoc
/
double-hyphen-to-dash.rs
blob: c14acd065cde01ef2e0232abada7b6a243151644 [
file
] [
log
] [
blame
]
// This test ensures that `--` (double-hyphen) is correctly converted into `–` (dash).
#![
crate_name
=
"foo"
]
//@ has 'foo/index.html' '//dd' '–'
//@ has 'foo/struct.Bar.html' '//*[@class="docblock"]' '–'
/// --
pub
struct
Bar
;