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