Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
rustdoc
/
nul-error.rs
blob: 54688efc48c7ee31a265592c0398648fca57b3a2 [
file
] [
log
] [
blame
] [
edit
]
//@ 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
()
{}