]> git.proxmox.com Git - rustc.git/blame - src/test/ui/deprecation/deprecation-in-staged-api.stderr
New upstream version 1.52.0~beta.3+dfsg1
[rustc.git] / src / test / ui / deprecation / deprecation-in-staged-api.stderr
CommitLineData
6a06907d
XL
1error: `#[deprecated]` cannot be used in staged API
2 --> $DIR/deprecation-in-staged-api.rs:3:1
b7449926 3 |
6a06907d
XL
4LL | #[deprecated]
5 | ^^^^^^^^^^^^^ use `#[rustc_deprecated]` instead
6LL | fn main() {}
7 | ------------
b7449926
XL
8
9error: aborting due to previous error
10