]> git.proxmox.com Git - rustc.git/blob - src/test/ui/deprecation/deprecation-in-staged-api.rs
New upstream version 1.52.0~beta.3+dfsg1
[rustc.git] / src / test / ui / deprecation / deprecation-in-staged-api.rs
1 #![feature(staged_api)]
2 #![stable(feature = "stable_test_feature", since = "1.0.0")]
3 #[deprecated] //~ ERROR `#[deprecated]` cannot be used in staged API
4 fn main() {}