rust/src/librustc_data_structures
Ariel Ben-Yehuda 8f9ec1cb06 avoid IdxSets containing garbage above the universe length
This makes sure that all bits in each IdxSet between the universe length
and the end of the word are all zero instead of being in an indeterminate state.

This fixes a crash with RUST_LOG=rustc_mir, and is probably a good idea
anyway.
2018-04-02 00:14:44 +03:00
..
2018-03-01 08:04:26 -07:00
2017-08-19 13:27:16 +03:00
2018-03-29 00:27:50 +02:00
2017-08-15 21:56:30 +02:00
2018-03-17 23:01:54 +01:00