pub struct EarlyContext<'a> {
    pub builder: LintLevelsBuilder<'a, TopDown>,
    pub buffered: LintBuffer,
}
Expand description

Context for lint checking of the AST, after expansion, before lowering to HIR.

Fields

builder: LintLevelsBuilder<'a, TopDown>buffered: LintBuffer

Implementations

Trait Implementations

Gets the overall compiler Session object.

This returns the lint level for the given lint at the current location.
Emit a lint at span from a lint struct (some type that implements DecorateLint, typically generated by #[derive(LintDiagnostic)]). Read more
Emit a lint from a lint struct (some type that implements DecorateLint, typically generated by #[derive(LintDiagnostic)]). Read more
Emit a lint at the appropriate level, with no associated span.
This function can be used to manually fulfill an expectation. This can be used for lints which contain several spans, and should be suppressed, if either location was marked with an expectation. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

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

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion 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: 96 bytes