rust/compiler/rustc_trait_selection
The 8472 7cce618d18 Fast path that skips over unchanged obligations in process_obligations
- only borrow the refcell once per loop
- avoid complex matches to reduce branch paths in the hot loop
- use a by-ref fast path that avoids mutations at the expense of having false negatives
2023-03-17 19:56:03 +01:00
..
src Fast path that skips over unchanged obligations in process_obligations 2023-03-17 19:56:03 +01:00
Cargo.toml
messages.ftl Simplify message paths 2023-03-11 22:51:57 +01:00