blob: c6881d5a5735f39b3be48b70863276a412c2df93 [file] [log] [blame]
error: `#[deprecated]` cannot be used in staged API; use `#[rustc_deprecated]` instead
--> $DIR/deprecation-in-staged-api.rs:8:1
|
LL | fn main() { }
| ^^^^^^^^^^^^^
error: aborting due to previous error