mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 15:23:46 +00:00
12 lines
341 B
Plaintext
12 lines
341 B
Plaintext
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 previous error
|
|
|