aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/rust/compile/deprecated-fn.rs
blob: 4083593b30b5497dd0d2697d0b1397c9a52aab52 (plain)
1
2
3
4
#![feature(rustc_attrs)]

#[rustc_deprecated(since = "right now", reason = "a whim")]
pub fn foo() {}