mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-26 05:49:15 +00:00
5 lines
102 B
Rust
5 lines
102 B
Rust
#[doc(masked)] //~ ERROR: `#[doc(masked)]` is experimental
|
|
extern crate std as realstd;
|
|
|
|
fn main() {}
|