about summary refs log tree commit diff
path: root/tests/rustdoc/nul-error.rs
blob: e8aa786534b360bd53e9e5d2a3d6435ee615f22a (plain)
1
2
3
4
5
6
7
8
//@ 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() {}