]> git.lizzy.rs Git - rust.git/blob - src/test/ui/deprecation/deprecation-in-staged-api.stderr
Rollup merge of #61207 - taiki-e:arbitrary_self_types-lifetime-elision-2, r=Centril
[rust.git] / src / test / ui / deprecation / deprecation-in-staged-api.stderr
1 error: `#[deprecated]` cannot be used in staged API; use `#[rustc_deprecated]` instead
2   --> $DIR/deprecation-in-staged-api.rs:8:1
3    |
4 LL | fn main() { }
5    | ^^^^^^^^^^^^^
6
7 error: aborting due to previous error
8