diff options
| author | Yuki Okushi <jtitor@2k36.org> | 2021-05-11 09:28:08 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-11 09:28:08 +0900 |
| commit | 06c76ea05c43b3f116a9e77080a1d37dd6b6e6d6 (patch) | |
| tree | c32bc85108ee2f3005cc0af464c874d7922df7ae | |
| parent | d501042cc3cdbbf90c779c4478299a1697089684 (diff) | |
| parent | 506031fc78108c403086f620bccd3ba779653f1b (diff) | |
| download | rust-06c76ea05c43b3f116a9e77080a1d37dd6b6e6d6.tar.gz rust-06c76ea05c43b3f116a9e77080a1d37dd6b6e6d6.zip | |
Rollup merge of #85114 - jyn514:download-fixme, r=Mark-Simulacrum
Remove outdated FIXME for download-rustc https://github.com/rust-lang/rust/pull/82739 has been merged.
| -rw-r--r-- | config.toml.example | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/config.toml.example b/config.toml.example index 6e5584797b5..16952a5ced8 100644 --- a/config.toml.example +++ b/config.toml.example @@ -372,8 +372,6 @@ changelog-seen = 2 # This is mostly useful for tools; if you have changes to `compiler/` they will be ignored. # # You can set this to "if-unchanged" to only download if `compiler/` has not been modified. -# -# FIXME(#82739): currently, this also uses the downloaded compiler for stage0, but that causes unnecessary rebuilds. #download-rustc = false # Number of codegen units to use for each compiler invocation. A value of 0 |
