Struct rustc_lint::BuiltinCombinedLateLintPass
source · [−]pub struct BuiltinCombinedLateLintPass {
pub(crate) UnnameableTestItems: UnnameableTestItems,
pub(crate) MissingDoc: MissingDoc,
pub(crate) MissingDebugImplementations: MissingDebugImplementations,
pub(crate) ClashingExternDeclarations: ClashingExternDeclarations,
}
Fields
UnnameableTestItems: UnnameableTestItems
MissingDoc: MissingDoc
MissingDebugImplementations: MissingDebugImplementations
ClashingExternDeclarations: ClashingExternDeclarations
Implementations
Trait Implementations
sourceimpl<'tcx> LateLintPass<'tcx> for BuiltinCombinedLateLintPass
impl<'tcx> LateLintPass<'tcx> for BuiltinCombinedLateLintPass
fn check_body(&mut self, context: &LateContext<'tcx>, a: &'tcx Body<'tcx>)
fn check_body_post(&mut self, context: &LateContext<'tcx>, a: &'tcx Body<'tcx>)
fn check_crate(&mut self, context: &LateContext<'tcx>)
fn check_crate_post(&mut self, context: &LateContext<'tcx>)
fn check_mod(&mut self, context: &LateContext<'tcx>, a: &'tcx Mod<'tcx>, b: HirId)
fn check_foreign_item(
&mut self,
context: &LateContext<'tcx>,
a: &'tcx ForeignItem<'tcx>
)
fn check_item(&mut self, context: &LateContext<'tcx>, a: &'tcx Item<'tcx>)
fn check_item_post(&mut self, context: &LateContext<'tcx>, a: &'tcx Item<'tcx>)
fn check_local(&mut self, context: &LateContext<'tcx>, a: &'tcx Local<'tcx>)
fn check_block(&mut self, context: &LateContext<'tcx>, a: &'tcx Block<'tcx>)
fn check_block_post(&mut self, context: &LateContext<'tcx>, a: &'tcx Block<'tcx>)
fn check_stmt(&mut self, context: &LateContext<'tcx>, a: &'tcx Stmt<'tcx>)
fn check_arm(&mut self, context: &LateContext<'tcx>, a: &'tcx Arm<'tcx>)
fn check_pat(&mut self, context: &LateContext<'tcx>, a: &'tcx Pat<'tcx>)
fn check_expr(&mut self, context: &LateContext<'tcx>, a: &'tcx Expr<'tcx>)
fn check_expr_post(&mut self, context: &LateContext<'tcx>, a: &'tcx Expr<'tcx>)
fn check_ty(&mut self, context: &LateContext<'tcx>, a: &'tcx Ty<'tcx>)
fn check_generic_param(
&mut self,
context: &LateContext<'tcx>,
a: &'tcx GenericParam<'tcx>
)
fn check_generics(&mut self, context: &LateContext<'tcx>, a: &'tcx Generics<'tcx>)
fn check_poly_trait_ref(
&mut self,
context: &LateContext<'tcx>,
a: &'tcx PolyTraitRef<'tcx>
)
fn check_fn(
&mut self,
context: &LateContext<'tcx>,
a: FnKind<'tcx>,
b: &'tcx FnDecl<'tcx>,
c: &'tcx Body<'tcx>,
d: Span,
e: HirId
)
fn check_trait_item(
&mut self,
context: &LateContext<'tcx>,
a: &'tcx TraitItem<'tcx>
)
fn check_impl_item(
&mut self,
context: &LateContext<'tcx>,
a: &'tcx ImplItem<'tcx>
)
fn check_impl_item_post(
&mut self,
context: &LateContext<'tcx>,
a: &'tcx ImplItem<'tcx>
)
fn check_struct_def(
&mut self,
context: &LateContext<'tcx>,
a: &'tcx VariantData<'tcx>
)
fn check_field_def(
&mut self,
context: &LateContext<'tcx>,
a: &'tcx FieldDef<'tcx>
)
fn check_variant(&mut self, context: &LateContext<'tcx>, a: &'tcx Variant<'tcx>)
fn check_path(
&mut self,
context: &LateContext<'tcx>,
a: &'tcx Path<'tcx>,
b: HirId
)
fn check_attribute(&mut self, context: &LateContext<'tcx>, a: &'tcx Attribute)
fn enter_lint_attrs(&mut self, context: &LateContext<'tcx>, a: &'tcx [Attribute])
fn exit_lint_attrs(&mut self, context: &LateContext<'tcx>, a: &'tcx [Attribute])
Auto Trait Implementations
impl RefUnwindSafe for BuiltinCombinedLateLintPass
impl Send for BuiltinCombinedLateLintPass
impl Sync for BuiltinCombinedLateLintPass
impl Unpin for BuiltinCombinedLateLintPass
impl UnwindSafe for BuiltinCombinedLateLintPass
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn 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: 96 bytes