Sign in
android
/
toolchain
/
rustc
/
5139364148b53d79de1b5e778004d41a6a33a4a2
/
.
/
tests
/
rustdoc
/
nul-error.rs
blob: 3d30f5f6b77f8ae8f739a6d89577fbfcbd574864 [
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
()
{}