summaryrefslogtreecommitdiffstats
path: root/tests/rustdoc/issue-18199.rs
blob: 9cc58b162f37ee285ce6b6e973a37f776588c8d8 (plain)
1
2
3
4
5
6
7
8
9
10
// compile-flags:--test

#![doc(test(attr(feature(staged_api))))]

/// ```
/// #![allow(internal_features)]
/// #![unstable(feature="test", issue="18199")]
/// fn main() {}
/// ```
pub fn foo() {}