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