Sign in
rust
/
rust-lang
/
rust
/
HEAD
/
.
/
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
()
{}