about summary refs log tree commit diff
path: root/compiler/rustc_interface/src/interface.rs
diff options
context:
space:
mode:
authorJubilee <46493976+workingjubilee@users.noreply.github.com>2024-03-23 22:59:43 -0700
committerGitHub <noreply@github.com>2024-03-23 22:59:43 -0700
commitc94d229337d89d828a061af5e58730667f6a3813 (patch)
tree9a03d8ea719bb6191d8b1efd0f2f067ae99e2d46 /compiler/rustc_interface/src/interface.rs
parent992aa1edb6f1b12f313a3f745aed3bf59ffecdfd (diff)
parent66f1e14cc3fa48aa29ecd19274207bfd3fb08fa8 (diff)
downloadrust-c94d229337d89d828a061af5e58730667f6a3813.tar.gz
rust-c94d229337d89d828a061af5e58730667f6a3813.zip
Rollup merge of #122969 - cuviper:borrowck-rposition, r=matthewjasper
Simplify an iterator search in borrowck diag

Rather than `.into_iter().rev().find_position(...)`, this case can
simply call `.iter().rposition(...)`.
Diffstat (limited to 'compiler/rustc_interface/src/interface.rs')
0 files changed, 0 insertions, 0 deletions