]> git.lizzy.rs Git - rust.git/commit
Auto merge of #45243 - alexcrichton:tool-rls-rustfmt, r=Mark-Simulacrum
authorbors <bors@rust-lang.org>
Mon, 16 Oct 2017 18:52:16 +0000 (18:52 +0000)
committerbors <bors@rust-lang.org>
Mon, 16 Oct 2017 18:52:16 +0000 (18:52 +0000)
commit4e9527cf6f2d3749554d07a96fe14967f5470ef6
tree906dedd24d78a458e30101e7374d552388947e0b
parentba4e8d7db311b8a43a446cc20c30e4680b94c5d3
parent5050dadfc616b090d396deed9a4652a85c5f6f04
Auto merge of #45243 - alexcrichton:tool-rls-rustfmt, r=Mark-Simulacrum

 rustbuild: Allow setting rls/rustfmt to "broken"

This commit enables configuring the RLS/rustfmt tools to the "broken" state and
actually get it past CI. The main changes here were to update all dist-related
code to handle the situation where the RLS isn't available. This in turn
involved a homegrown preprocessor-like-function to edit the configuration files
we pass to the various combined installer tools.