mirror of
https://git.proxmox.com/git/rustc
synced 2025-11-07 01:04:19 +00:00
6 lines
126 B
Rust
6 lines
126 B
Rust
// compile-flags: -Z unstable-options --document-hidden-items
|
|
|
|
// @has issue_15347/fn.foo.html
|
|
#[doc(hidden)]
|
|
pub fn foo() {}
|