summaryrefslogtreecommitdiffstats
path: root/tests/run-make/CURRENT_RUSTC_VERSION/stable.rs
blob: 2fd09aded60ff6101695fca5f59cd0795dd3b84d (plain)
1
2
3
4
5
#![feature(staged_api)]
#![stable(since = "1.0.0", feature = "rust1")]

#[stable(since = "CURRENT_RUSTC_VERSION", feature = "foo")]
pub fn foo() {}