about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/errors.rs
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2023-04-13 11:21:06 +0200
committerGitHub <noreply@github.com>2023-04-13 11:21:06 +0200
commit209e6d99e9b992f58cf47cb512eb88ea12ca5a85 (patch)
treeb34941b26540f375795f405103da392462592f1e /compiler/rustc_codegen_llvm/src/errors.rs
parent6f1500aec2b43ab94d7d0fa7497fd6ccb736db84 (diff)
parentcdd982955623f697f759f548ce11f886a413f4f6 (diff)
downloadrust-209e6d99e9b992f58cf47cb512eb88ea12ca5a85.tar.gz
rust-209e6d99e9b992f58cf47cb512eb88ea12ca5a85.zip
Rollup merge of #110234 - marc0246:btree-insert-after-fix, r=cuviper
Fix btree `CursorMut::insert_after` check

Fixes a check inside `BTreeMap`'s `CursorMut::insert_after`, where it would peek the previous element to check whether the inserted key is below the next one, instead of peeking the next element.
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/errors.rs')
0 files changed, 0 insertions, 0 deletions