mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-03 02:23:20 +00:00
3b6978196d
Control flow never gets past the end of the `ExpandResult::Retry` match arm, due to the `span_bug` and the `continue`. Therefore, the code after the match can only be reached from the `ExpandResult::Ready` arm. This commit moves that code after the match into the `ExpandResult::Ready` arm, avoiding the need for the `continue` in the `ExpandResult::Retry` arm. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
messages.ftl |