Struct rustc_lint::FutureIncompatibleInfo
source · pub struct FutureIncompatibleInfo {
pub reference: &'static str,
pub reason: FutureIncompatibilityReason,
pub explain_reason: bool,
}
Expand description
Extra information for a future incompatibility lint.
Fields§
§reference: &'static str
e.g., a URL for an issue/PR/RFC or error code
reason: FutureIncompatibilityReason
The reason for the lint used by diagnostics to provide the right help message
explain_reason: bool
Whether to explain the reason to the user.
Set to false for lints that already include a more detailed explanation.
Auto Trait Implementations§
impl RefUnwindSafe for FutureIncompatibleInfo
impl Send for FutureIncompatibleInfo
impl Sync for FutureIncompatibleInfo
impl Unpin for FutureIncompatibleInfo
impl UnwindSafe for FutureIncompatibleInfo
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 48 bytes