mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
9 lines
173 B
Rust
9 lines
173 B
Rust
// 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() {}
|