mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 12:36:35 +03:00
9f3b6e9acd
Introduced an ignored_ids parameter. Takes O(n^2) time in the worst case. Can be changed to collect block ids in first phase, and then filter with binary search in second.