about summary refs log tree commit diff
path: root/compiler/rustc_resolve/src
diff options
context:
space:
mode:
authorMara Bos <m-ou.se@m-ou.se>2020-11-08 13:36:25 +0100
committerGitHub <noreply@github.com>2020-11-08 13:36:25 +0100
commitcb90042049e9d3e88c128d1e5e39fa09c82b993e (patch)
treee7bd128185f5967d06e23c76c08b3785e2016dd7 /compiler/rustc_resolve/src
parent2489ff7123c6861e24f8f92e8a94c087ac3f4193 (diff)
parent8cae2f167c0c332c5d04006afdd56d7a40c4dccb (diff)
downloadrust-cb90042049e9d3e88c128d1e5e39fa09c82b993e.tar.gz
rust-cb90042049e9d3e88c128d1e5e39fa09c82b993e.zip
Rollup merge of #78842 - shepmaster:bootstrap-rustfmt, r=Mark-Simulacrum
Honor the rustfmt setting in config.toml

Prior to this, setting the rustfmt configuration was ignored:

```
% mkdir example

% cd example

% ../configure --set build.rustfmt=/usr/bin/true

% ../x.py fmt
./x.py fmt is not supported on this channel
failed to run: /Users/shep/Projects/rust/example/build/bootstrap/debug/bootstrap fmt
Build completed unsuccessfully in 0:00:01
```

And after:

```
% ../x.py fmt
Build completed successfully in 0:00:11
```

r? `@Mark-Simulacrum`
Diffstat (limited to 'compiler/rustc_resolve/src')
0 files changed, 0 insertions, 0 deletions