Uh oh!
There was an error while loading. Please reload this page.
Allow installing rustfmt without config.extended - #49290
Conversation
This assertion was preventing `./x.py install rustfmt` if attempted without an "extended" build configuration, but it actually builds and installs just fine.
rust-highfive
commented
Mar 23, 2018
(rust_highfive has picked a reviewer for you, use r? to override) |
nikomatsakis
commented
Mar 23, 2018
@bors r+ cc @Mark-Simulacrum -- this seems fine but I thought I'd cc at least one other person who might know if there is some reason that assertion was there |
bors
commented
Mar 23, 2018
📌 Commit 86f7d89 has been approved by |
cuviper
commented
Mar 23, 2018
For contrast, the same assertion makes more sense on the But here, the |
Mark-Simulacrum
commented
Mar 23, 2018
I think this is fine as well; we should probably cc @alexcrichton who wrote most of the dist code (AFAIK) though. |
alexcrichton
commented
Mar 23, 2018
👍 |
alexcrichton
commented
Mar 23, 2018
@bors: rollup |
…nikomatsakis Allow installing rustfmt without config.extended This assertion was preventing `./x.py install rustfmt` if attempted without an "extended" build configuration, but it actually builds and installs just fine.
…nikomatsakis Allow installing rustfmt without config.extended This assertion was preventing `./x.py install rustfmt` if attempted without an "extended" build configuration, but it actually builds and installs just fine.
…nikomatsakis Allow installing rustfmt without config.extended This assertion was preventing `./x.py install rustfmt` if attempted without an "extended" build configuration, but it actually builds and installs just fine.
This assertion was preventing
./x.py install rustfmtif attemptedwithout an "extended" build configuration, but it actually builds and
installs just fine.