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