mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-25 08:13:41 +00:00
c94d229337
Simplify an iterator search in borrowck diag Rather than `.into_iter().rev().find_position(...)`, this case can simply call `.iter().rposition(...)`. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
messages.ftl |