Rollup merge of #90277 - pierwill:fix-70258-inference-terms, r=jackh726
Improve terminology around "after typeck" Closes #70258.
This commit is contained in:
commit
6749f32c33
13 changed files with 20 additions and 18 deletions
|
@ -524,7 +524,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