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