Sign in
android
/
toolchain
/
rustc
/
87880447cc5437c45a3562596a9766d9797e7318
/
.
/
tests
/
rustdoc
/
issue-18199.rs
blob: 9cc58b162f37ee285ce6b6e973a37f776588c8d8 [
file
] [
log
] [
blame
]
// compile-flags:--test
#![
doc
(
test
(
attr
(
feature
(
staged_api
))))]
/// ```
/// #![allow(internal_features)]
/// #![unstable(feature="test", issue="18199")]
/// fn main() {}
/// ```
pub
fn
foo
()
{}