rust/tests/ui/deprecation/feature-gate-deprecated_suggestion.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
343 B
Plaintext
Raw Normal View History

error: suggestions on deprecated items are unstable
--> $DIR/feature-gate-deprecated_suggestion.rs:5:14
|
LL | #[deprecated(suggestion = "foo")]
| ^^^^^^^^^^^^^^^^^^
|
= help: add `#![feature(deprecated_suggestion)]` to the crate root
2022-03-14 21:01:06 -05:00
= note: see #94785 for more details
error: aborting due to 1 previous error