What is this lint about
When some feature is unstable, but was allowed on stable due to some stability checking hole or oversight we may unstabilize it in a "soft" way to avoid breaking crates depending on the crates using the feature.
This soft unstabilization can be done using this lint.
Features that are currently emitting this lint
(none)
Features that were previously emitting this lint
The #[bench] attribute
Tracking issue: #50297
RustcEncodable & RustcDecodable
Tracking issue: #134301
Inner #![test] and #![rustfmt::skip]
Tracking issue: #54726
Before adding new features here, read this
We should really support a separate tracking issue for each case of a soft-unstable feature; having them all point here doesn't make a ton of sense.
What is this lint about
When some feature is unstable, but was allowed on stable due to some stability checking hole or oversight we may unstabilize it in a "soft" way to avoid breaking crates depending on the crates using the feature.
This soft unstabilization can be done using this lint.
Features that are currently emitting this lint
(none)
Features that were previously emitting this lint
The
#[bench]attributeTracking issue: #50297
RustcEncodable & RustcDecodable
Tracking issue: #134301
RustcEncodable&RustcDecodable, remove from prelude in next edition #116016Inner
#![test]and#![rustfmt::skip]Tracking issue: #54726
#![test]attributes as soft-unstable #79003Before adding new features here, read this
We should really support a separate tracking issue for each case of a soft-unstable feature; having them all point here doesn't make a ton of sense.