Improve terminology around "after typeck"
This commit is contained in:
parent
089a016919
commit
521b1ee974
13 changed files with 20 additions and 18 deletions
|
@ -985,7 +985,7 @@ pub fn process_crate<'l, 'tcx, H: SaveHandler>(
|
|||
tcx.dep_graph.with_ignore(|| {
|
||||
info!("Dumping crate {}", cratename);
|
||||
|
||||
// Privacy checking requires and is done after type checking; use a
|
||||
// Privacy checking must be done outside of type inference; use a
|
||||
// fallback in case the access levels couldn't have been correctly computed.
|
||||
let access_levels = match tcx.sess.compile_status() {
|
||||
Ok(..) => tcx.privacy_access_levels(()),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue