1 2 3 4
#![feature(rustc_attrs)] #[rustc_deprecated(since = "right now", reason = "a whim")] pub fn foo() {}