We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 477846f commit 4b1cf84Copy full SHA for 4b1cf84
compiler/rustc_interface/src/queries.rs
@@ -246,7 +246,7 @@ impl<'tcx> Queries<'tcx> {
246
// Don't do code generation if there were any errors
247
self.session().compile_status()?;
248
249
- // If we have any delayed bugs, for example beacuse we created TyKind::Error earlier,
+ // 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
251
self.session().diagnostic().flush_delayed();
252
0 commit comments