rust/tests/rustdoc/issue-18199.rs

11 lines
197 B
Rust
Raw Normal View History

// compile-flags:--test
#![doc(test(attr(feature(staged_api))))]
/// ```
/// #![allow(internal_features)]
2015-11-16 16:54:28 +00:00
/// #![unstable(feature="test", issue="18199")]
/// fn main() {}
/// ```
pub fn foo() {}