We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 684b09b commit b96d6fbCopy full SHA for b96d6fb
src/librustc_driver/driver.rs
@@ -1172,7 +1172,7 @@ pub fn default_provide_extern(providers: &mut ty::query::Providers) {
1172
cstore::provide_extern(providers);
1173
}
1174
1175
-/// Runs the resolution, typec-hecking, region checking and other
+/// Runs the resolution, type-checking, region checking and other
1176
/// miscellaneous analysis passes on the crate. Return various
1177
/// structures carrying the results of the analysis.
1178
pub fn phase_3_run_analysis_passes<'tcx, F, R>(
0 commit comments