]> git.lizzy.rs Git - rust.git/commit
auto merge of #15742 : pnkfelix/rust/fsk-fix-15019, r=pcwalton
authorbors <bors@rust-lang.org>
Fri, 18 Jul 2014 18:26:34 +0000 (18:26 +0000)
committerbors <bors@rust-lang.org>
Fri, 18 Jul 2014 18:26:34 +0000 (18:26 +0000)
commit7502b4cd6b10693cec6862f5951b1adf0c7657ab
tree8396c6a07e702e1a87dfbde52b026f89f3e1033b
parent9c9bdfd1c5e34f6f04266f695664ef82c672c143
parent8f5042843280e17d0af4e9d35f2602f1785e10cd
auto merge of #15742 : pnkfelix/rust/fsk-fix-15019, r=pcwalton

Removed `index_to_bitset` field and `_frozen` methods.

Drive-by: Added some missing docs on the `each_bit` method.
Drive-by: Put in a regular pattern: when calling `compute_id_range`, ensure `words_per_id > 0` by either asserting it or checking and returning early. (The prior code did the latter in a few cases where necessary, but debugging is much aided by the asserts.)
Fix #15019.
src/librustc/middle/borrowck/check_loans.rs