Sign in
rust
/
rust
/
f98355e1eecfe4ea8fe9d2ea66a91c4d510eb05c
/
.
/
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
()
{}
}