Struct cargo::core::compiler::future_incompat::FutureBreakageItem
source · pub struct FutureBreakageItem {
pub future_breakage_date: Option<String>,
pub diagnostic: Diagnostic,
}
Expand description
A single future-incompatible warning emitted by rustc.
Fields§
§future_breakage_date: Option<String>
The date at which this lint will become an error. Currently unused
diagnostic: Diagnostic
The original diagnostic emitted by the compiler
Trait Implementations§
source§impl<'de> Deserialize<'de> for FutureBreakageItem
impl<'de> Deserialize<'de> for FutureBreakageItem
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more