mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 06:51:58 +00:00
9 lines
206 B
Rust
9 lines
206 B
Rust
// compile-flags: -Z unstable-options --document-hidden-items
|
|
// https://github.com/rust-lang/rust/issues/15347
|
|
|
|
#![crate_name="issue_15347"]
|
|
|
|
// @has issue_15347/fn.foo.html
|
|
#[doc(hidden)]
|
|
pub fn foo() {}
|