mirror of
https://github.com/rust-lang/rust
synced 2024-11-05 20:45:15 +00:00
41e8d152dc
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
11 lines
343 B
Text
11 lines
343 B
Text
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
|
|
= note: see #94785 for more details
|
|
|
|
error: aborting due to 1 previous error
|
|
|