We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 09c85a1 + b96d6fb commit 2f9fa19Copy full SHA for 2f9fa19
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