Rollup merge of #58568 - benjaminp:driver-trans, r=wesleywiser

Fix a transposition in driver.rs.
This commit is contained in:
kennytm 2019-02-20 01:13:46 +08:00
commit 2f9fa199d2
No known key found for this signature in database
GPG key ID: FEF6C8051D0E013C

View file

@ -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>(