rust/compiler/rustc_infer/src
bors b759b2efad Auto merge of #99509 - lcnr:commit_unconditionally, r=jackh726
remove `commit_unconditionally`

`commit_unconditionally` is a noop unless we somehow inspect the current state of our snapshot. The only thing which does that is the leak check which was only used in one place where `commit_if_ok` is probably at least as, or even more, correct.

r? rust-lang/types
2022-08-03 01:55:20 +00:00
..
infer Auto merge of #99509 - lcnr:commit_unconditionally, r=jackh726 2022-08-03 01:55:20 +00:00
traits anonymize all bound vars, not just regions 2022-07-28 16:13:47 +02:00
lib.rs Stabilize let_chains 2022-07-16 20:17:58 -03:00