rust/compiler/rustc_borrowck
bors 4a59ba4d54 Auto merge of #111396 - vlad20012:reduce-Borrows-dataflow-bitset-size, r=cjgillot
Reduce BitSet size used in `Borrows` dataflow analysis

It looks like it is not needed to multiply the number of borrows by 2. Bits greater than `self.borrow_set.len()` are never set in this bitset. This should decrease the memory usage by an epsilon.
2023-05-12 17:37:05 +00:00
..
src Auto merge of #111396 - vlad20012:reduce-Borrows-dataflow-bitset-size, r=cjgillot 2023-05-12 17:37:05 +00:00
Cargo.toml Add rustc_fluent_macro to decouple fluent from rustc_macros 2023-04-18 18:56:22 +00:00
messages.ftl Don't call await a method 2023-04-27 17:18:12 +00:00