Struct rustc_mir_transform::pass_manager::Lint
source · pub struct Lint<T>(pub T);Expand description
An adapter for MirLints that implements MirPass.
Tuple Fields§
§0: TTrait Implementations§
Auto Trait Implementations§
impl<T> RefUnwindSafe for Lint<T>where
T: RefUnwindSafe,
impl<T> Send for Lint<T>where
T: Send,
impl<T> Sync for Lint<T>where
T: Sync,
impl<T> Unpin for Lint<T>where
T: Unpin,
impl<T> UnwindSafe for Lint<T>where
T: UnwindSafe,
Blanket Implementations§
Layout§
Note: Unable to compute type layout, possibly due to this type having generic parameters. Layout can only be computed for concrete, fully-instantiated types.