Sign in
fuchsia
/
third_party
/
rust
/
600edc948ab5de7a92538bcc2f49cb8d47925e2d
/
.
/
tests
/
rustdoc
/
nul-error.rs
blob: 54688efc48c7ee31a265592c0398648fca57b3a2 [
file
] [
log
] [
blame
]
//@ build-aux-docs
//@ ignore-cross-compile
#![
crate_name
=
"foo"
]
//@ has foo/fn.foo.html '//code' ''
#[
doc
=
"Attempted to pass a string containing `\0`"
]
pub
fn
foo
()
{}