mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 01:05:39 +03:00
265a23320d
Note: Do not merge until we get a newer snapshot that includes #21374 There was some type inference fallout (see 4th commit) because type inference with `a..b` is not as good as with `range(a, b)` (see #21672). r? @alexcrichton