Fix typo
This commit is contained in:
parent
4b1cf846bd
commit
e8f1bfe193
1 changed files with 1 additions and 1 deletions
|
@ -247,7 +247,7 @@ impl<'tcx> Queries<'tcx> {
|
||||||
self.session().compile_status()?;
|
self.session().compile_status()?;
|
||||||
|
|
||||||
// If we have any delayed bugs, for example because we created TyKind::Error earlier,
|
// If we have any delayed bugs, for example because we created TyKind::Error earlier,
|
||||||
// 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
|
||||||
self.session().diagnostic().flush_delayed();
|
self.session().diagnostic().flush_delayed();
|
||||||
|
|
||||||
// Hook for UI tests.
|
// Hook for UI tests.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue