Improve terminology around "after typeck"
This commit is contained in:
parent
089a016919
commit
521b1ee974
13 changed files with 20 additions and 18 deletions
|
@ -523,7 +523,7 @@ impl LintStore {
|
|||
}
|
||||
}
|
||||
|
||||
/// Context for lint checking after type checking.
|
||||
/// Context for lint checking outside of type inference.
|
||||
pub struct LateContext<'tcx> {
|
||||
/// Type context we're checking in.
|
||||
pub tcx: TyCtxt<'tcx>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue