rust/src/test/ui/feature-gate-no-debug-2.stderr
est31 38438c618c Migrate a few feature gate tests to ui
Renames only in this commit, and obviously
.stderr file additions.
2017-12-07 10:14:39 +01:00

15 lines
534 B
Plaintext

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