Compute lint_levels
by definition
This commit is contained in:
parent
6019cbbfd3
commit
3cb1811e45
13 changed files with 482 additions and 334 deletions
|
@ -558,7 +558,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,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue