Sign in
rust
/
rust
/
640c4b4f1e96fe37675493ccd8ab2e3c2229fd39
/
.
/
tests
/
rustdoc-html
/
unicode.rs
blob: a961f178ec3b15ccfab45f254955bcb089f44f26 [
file
]
#![
crate_name
=
"unicode"
]
pub
struct
Foo
;
impl
Foo
{
//@ has unicode/struct.Foo.html //a/@href "#%C3%BA"
//@ !has unicode/struct.Foo.html //a/@href "#ú"
/// # ú
pub
fn
foo
()
{}
}