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
|
@ -291,7 +291,7 @@ pub fn normalize_param_env_or_error<'tcx>(
|
|||
//
|
||||
// In any case, in practice, typeck constructs all the
|
||||
// parameter environments once for every fn as it goes,
|
||||
// and errors will get reported then; so after typeck we
|
||||
// and errors will get reported then; so outside of type inference we
|
||||
// can be sure that no errors should occur.
|
||||
|
||||
debug!(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue