blob: 438ce3349d252eec8bc705461c5ab4eb72519795 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
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
|