]> git.proxmox.com Git - rustc.git/blame - src/test/ui/deprecation/deprecation-in-staged-api.stderr
Merge tag 'debian/1.52.1+dfsg1-1_exp2' into proxmox/buster
[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