rust/tests/ui/feature-gates/feature-gate-doc_masked.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
102 B
Rust
Raw Normal View History

#[doc(masked)] //~ ERROR: `#[doc(masked)]` is experimental
2017-08-21 20:20:21 -05:00
extern crate std as realstd;
fn main() {}