mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 19:27:30 +03:00
0c051c8196
Overhaul `rustc_middle::limits` In particular, to make `pattern_complexity` work more like other limits, which then enables some other simplifications. r? ``@Nadrieril``