rust/compiler/rustc_data_structures
Ralf Jung 50d56bc774
Rollup merge of #76825 - lcnr:array-windows-apply, r=varkor
use `array_windows` instead of `windows` in the compiler

I do think these changes are beautiful, but do have to admit that using type inference for the window length
can easily be confusing. This seems like a general issue with const generics, where inferring constants adds an additional
complexity which users have to learn and keep in mind.
2020-09-20 12:08:26 +02:00
..
src Rollup merge of #76825 - lcnr:array-windows-apply, r=varkor 2020-09-20 12:08:26 +02:00
Cargo.toml update the version of itertools and parking_lot 2020-09-12 08:26:53 +02:00