]> git.lizzy.rs Git - rust.git/blob - src/test/ui/feature-gates/feature-gate-no-debug-2.stderr
Rollup merge of #58976 - phil-opp:patch-2, r=alexcrichton
[rust.git] / src / test / ui / feature-gates / feature-gate-no-debug-2.stderr
1 error: use of deprecated attribute `no_debug`: the `#[no_debug]` attribute was an experimental feature that has been deprecated due to lack of demand. See https://github.com/rust-lang/rust/issues/29721
2   --> $DIR/feature-gate-no-debug-2.rs:4:1
3    |
4 LL | #[no_debug]
5    | ^^^^^^^^^^^ help: remove this attribute
6    |
7 note: lint level defined here
8   --> $DIR/feature-gate-no-debug-2.rs:1:9
9    |
10 LL | #![deny(deprecated)]
11    |         ^^^^^^^^^^
12
13 error: aborting due to previous error
14