Fix a transposition in driver.rs.
This commit is contained in:
parent
684b09ba7f
commit
b96d6fb4b3
@ -1172,7 +1172,7 @@ pub fn default_provide_extern(providers: &mut ty::query::Providers) {
|
||||
cstore::provide_extern(providers);
|
||||
}
|
||||
|
||||
/// Runs the resolution, typec-hecking, region checking and other
|
||||
/// Runs the resolution, type-checking, region checking and other
|
||||
/// miscellaneous analysis passes on the crate. Return various
|
||||
/// structures carrying the results of the analysis.
|
||||
pub fn phase_3_run_analysis_passes<'tcx, F, R>(
|
||||
|
Loading…
Reference in New Issue
Block a user