mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-27 19:07:41 +00:00
bump itertools to 0.12 still depend on 0.11 (temporary dupes version): * <del>clippy</del>, https://github.com/rust-lang/rust-clippy/pull/12346 * rustfmt, sigh, https://github.com/rust-lang/rustfmt/pull/6093 https://github.com/rust-itertools/itertools/blob/v0.12.1/CHANGELOG.md removed unused `derive_more` dep from `rustc_middle`
For high-level intro to how type checking works in rustc, see the type checking chapter of the rustc dev guide.