Avoid one more call site to Compiler::expansion
This commit is contained in:
parent
9f5cd03153
commit
c8a0561321
2 changed files with 2 additions and 2 deletions
|
@ -328,7 +328,7 @@ fn run_compiler(
|
|||
}
|
||||
}
|
||||
|
||||
queries.expansion()?;
|
||||
queries.global_ctxt()?;
|
||||
if callbacks.after_expansion(compiler, queries) == Compilation::Stop {
|
||||
return early_exit();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue