Sign in
rust
/
rust
/
915f8eda0387692304fd1317ae1c19cd5f5dc10e
/
.
/
tests
/
rustdoc-html
/
nul-error.rs
blob: 54688efc48c7ee31a265592c0398648fca57b3a2 [
file
]
//@ 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
()
{}