Skip to content

Commit 4b1cf84

Browse files
authored
Update compiler/rustc_interface/src/queries.rs
1 parent 477846f commit 4b1cf84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_interface/src/queries.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ impl<'tcx> Queries<'tcx> {
246246
// Don't do code generation if there were any errors
247247
self.session().compile_status()?;
248248

249-
// If we have any delayed bugs, for example beacuse we created TyKind::Error earlier,
249+
// If we have any delayed bugs, for example because we created TyKind::Error earlier,
250250
// it's likey that codegen will only cause more ICEs, obscuring the original problem
251251
self.session().diagnostic().flush_delayed();
252252

0 commit comments

Comments
 (0)