Rollup merge of #58568 - benjaminp:driver-trans, r=wesleywiser
Fix a transposition in driver.rs.
This commit is contained in:
commit
2f9fa199d2
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue