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