Sign in
android
/
toolchain
/
rustc
/
cd1aefd586783f162dd848e314bd6991a5ffe033
/
.
/
tests
/
run-make
/
CURRENT_RUSTC_VERSION
/
stable.rs
blob: 2fd09aded60ff6101695fca5f59cd0795dd3b84d [
file
] [
log
] [
blame
]
#![
feature
(
staged_api
)]
#![
stable
(
since
=
"1.0.0"
,
feature
=
"rust1"
)]
#[
stable
(
since
=
"CURRENT_RUSTC_VERSION"
,
feature
=
"foo"
)]
pub
fn
foo
()
{}