]> git.lizzy.rs Git - rust.git/blob - src/test/ui/feature-gates/feature-gate-no-debug.stderr
Auto merge of #53190 - sekineh:thumb-cortex-m, r=jamesmunns
[rust.git] / src / test / ui / feature-gates / feature-gate-no-debug.stderr
1 error[E0658]: the `#[no_debug]` attribute was an experimental feature that has been deprecated due to lack of demand (see issue #29721)
2   --> $DIR/feature-gate-no-debug.rs:13:1
3    |
4 LL | #[no_debug] //~ ERROR the `#[no_debug]` attribute was
5    | ^^^^^^^^^^^
6    |
7    = help: add #![feature(no_debug)] to the crate attributes to enable
8
9 error: aborting due to previous error
10
11 For more information about this error, try `rustc --explain E0658`.