pub struct BuiltinCombinedEarlyLintPass {
Show 15 fields pub(crate) UnusedParens: UnusedParens, pub(crate) UnusedBraces: UnusedBraces, pub(crate) UnusedImportBraces: UnusedImportBraces, pub(crate) UnsafeCode: UnsafeCode, pub(crate) SpecialModuleName: SpecialModuleName, pub(crate) AnonymousParameters: AnonymousParameters, pub(crate) EllipsisInclusiveRangePatterns: EllipsisInclusiveRangePatterns, pub(crate) NonCamelCaseTypes: NonCamelCaseTypes, pub(crate) DeprecatedAttr: DeprecatedAttr, pub(crate) WhileTrue: WhileTrue, pub(crate) NonAsciiIdents: NonAsciiIdents, pub(crate) HiddenUnicodeCodepoints: HiddenUnicodeCodepoints, pub(crate) IncompleteInternalFeatures: IncompleteInternalFeatures, pub(crate) RedundantSemicolons: RedundantSemicolons, pub(crate) UnusedDocComment: UnusedDocComment,
}

Fields§

§UnusedParens: UnusedParens§UnusedBraces: UnusedBraces§UnusedImportBraces: UnusedImportBraces§UnsafeCode: UnsafeCode§SpecialModuleName: SpecialModuleName§AnonymousParameters: AnonymousParameters§EllipsisInclusiveRangePatterns: EllipsisInclusiveRangePatterns§NonCamelCaseTypes: NonCamelCaseTypes§DeprecatedAttr: DeprecatedAttr§WhileTrue: WhileTrue§NonAsciiIdents: NonAsciiIdents§HiddenUnicodeCodepoints: HiddenUnicodeCodepoints§IncompleteInternalFeatures: IncompleteInternalFeatures§RedundantSemicolons: RedundantSemicolons§UnusedDocComment: UnusedDocComment

Implementations§

Trait Implementations§

source§

impl EarlyLintPass for BuiltinCombinedEarlyLintPass

source§

fn check_param(&mut self, context: &EarlyContext<'_>, a: &Param)

source§

fn check_ident(&mut self, context: &EarlyContext<'_>, a: Ident)

source§

fn check_crate(&mut self, context: &EarlyContext<'_>, a: &Crate)

source§

fn check_crate_post(&mut self, context: &EarlyContext<'_>, a: &Crate)

source§

fn check_item(&mut self, context: &EarlyContext<'_>, a: &Item)

source§

fn check_item_post(&mut self, context: &EarlyContext<'_>, a: &Item)

source§

fn check_local(&mut self, context: &EarlyContext<'_>, a: &Local)

source§

fn check_block(&mut self, context: &EarlyContext<'_>, a: &Block)

source§

fn check_stmt(&mut self, context: &EarlyContext<'_>, a: &Stmt)

source§

fn check_arm(&mut self, context: &EarlyContext<'_>, a: &Arm)

source§

fn check_pat(&mut self, context: &EarlyContext<'_>, a: &Pat)

source§

fn check_pat_post(&mut self, context: &EarlyContext<'_>, a: &Pat)

source§

fn check_expr(&mut self, context: &EarlyContext<'_>, a: &Expr)

source§

fn check_expr_post(&mut self, context: &EarlyContext<'_>, a: &Expr)

source§

fn check_ty(&mut self, context: &EarlyContext<'_>, a: &Ty)

source§

fn check_generic_arg(&mut self, context: &EarlyContext<'_>, a: &GenericArg)

source§

fn check_generic_param(&mut self, context: &EarlyContext<'_>, a: &GenericParam)

source§

fn check_generics(&mut self, context: &EarlyContext<'_>, a: &Generics)

source§

fn check_poly_trait_ref(&mut self, context: &EarlyContext<'_>, a: &PolyTraitRef)

source§

fn check_fn( &mut self, context: &EarlyContext<'_>, a: FnKind<'_>, c: Span, d_: NodeId )

source§

fn check_trait_item(&mut self, context: &EarlyContext<'_>, a: &AssocItem)

source§

fn check_impl_item(&mut self, context: &EarlyContext<'_>, a: &AssocItem)

source§

fn check_variant(&mut self, context: &EarlyContext<'_>, a: &Variant)

source§

fn check_attribute(&mut self, context: &EarlyContext<'_>, a: &Attribute)

source§

fn check_mac_def(&mut self, context: &EarlyContext<'_>, a: &MacroDef)

source§

fn check_mac(&mut self, context: &EarlyContext<'_>, a: &MacCall)

source§

fn enter_lint_attrs(&mut self, context: &EarlyContext<'_>, a: &[Attribute])

source§

fn exit_lint_attrs(&mut self, context: &EarlyContext<'_>, a: &[Attribute])

source§

fn enter_where_predicate( &mut self, context: &EarlyContext<'_>, a: &WherePredicate )

source§

fn exit_where_predicate( &mut self, context: &EarlyContext<'_>, a: &WherePredicate )

source§

impl LintPass for BuiltinCombinedEarlyLintPass

source§

fn name(&self) -> &'static str

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.

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: 64 bytes