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