We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b1cf84 commit e8f1bfeCopy full SHA for e8f1bfe
compiler/rustc_interface/src/queries.rs
@@ -247,7 +247,7 @@ impl<'tcx> Queries<'tcx> {
247
self.session().compile_status()?;
248
249
// If we have any delayed bugs, for example because we created TyKind::Error earlier,
250
- // it's likey that codegen will only cause more ICEs, obscuring the original problem
+ // it's likely that codegen will only cause more ICEs, obscuring the original problem
251
self.session().diagnostic().flush_delayed();
252
253
// Hook for UI tests.
0 commit comments