]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #61557 - alexcrichton:build-less, r=pietroalbini
authorMazdak Farrokhzad <twingoow@gmail.com>
Thu, 6 Jun 2019 11:19:25 +0000 (13:19 +0200)
committerGitHub <noreply@github.com>
Thu, 6 Jun 2019 11:19:25 +0000 (13:19 +0200)
commitface682c82a64e0f21738d7cb2a6eaa026c207c2
tree92c69c17d599c9889edc607eb98af2effeaad5b3
parent59690f43953b191344b8ba85b10b44595f774921
parentf708228508f29983e7d936e9b0388b0e64a51512
Rollup merge of #61557 - alexcrichton:build-less, r=pietroalbini

rustbuild: Include `rustfmt` in deduplicated dependencies

Currently `rustfmt` is excluded from the "don't build dependencies
twice" check but it's currently building dependencies twice! Namely big
dependencies like `rustc-ap-syntax` are built once for rustfmt and once
for the RLS. This commit includes `rustfmt` in these checks and then
fixes the resulting feature mismatches for winapi.