blob: 231fc400115141aec410f447c6e078ea893b1254 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
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
--> $DIR/feature-gate-no-debug-2.rs:14:1
|
14 | #[no_debug] //~ ERROR use of deprecated attribute `no_debug`
| ^^^^^^^^^^^ help: remove this attribute
|
note: lint level defined here
--> $DIR/feature-gate-no-debug-2.rs:11:9
|
11 | #![deny(deprecated)]
| ^^^^^^^^^^
error: aborting due to previous error
|