Compute lint_levels by definition
This commit is contained in:
@@ -560,7 +560,7 @@ pub struct LateContext<'tcx> {
|
||||
|
||||
/// Context for lint checking of the AST, after expansion, before lowering to HIR.
|
||||
pub struct EarlyContext<'a> {
|
||||
pub builder: LintLevelsBuilder<'a>,
|
||||
pub builder: LintLevelsBuilder<'a, crate::levels::TopDown>,
|
||||
pub buffered: LintBuffer,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user