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