]> git.lizzy.rs Git - rust.git/blob - src/test/ui/feature-gates/feature-gate-dropck-ugeh-2.stderr
Rollup merge of #53317 - estebank:abolish-ice, r=oli-obk
[rust.git] / src / test / ui / feature-gates / feature-gate-dropck-ugeh-2.stderr
1 error: use of deprecated attribute `dropck_parametricity`: unsafe_destructor_blind_to_params has been replaced by may_dangle and will be removed in the future. See https://github.com/rust-lang/rust/issues/34761
2   --> $DIR/feature-gate-dropck-ugeh-2.rs:17:5
3    |
4 LL |     #[unsafe_destructor_blind_to_params]
5    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove this attribute
6    |
7 note: lint level defined here
8   --> $DIR/feature-gate-dropck-ugeh-2.rs:11:9
9    |
10 LL | #![deny(deprecated)]
11    |         ^^^^^^^^^^
12
13 error: aborting due to previous error
14