Re: [PATCH v3 10/10] diff-merges: let "-m" imply "-p"
From: Joshua Nelson <hidden> Date: 2021-08-05 04:01:33
Jonathan Nieder wrote:
What happens if someone wants to build an older version of Rust?
For what it's worth, almost no one builds old versions of rust from source
except for distros, and distros wouldn't ever set download-ci-llvm = true. So
this shouldn't affect anyone in practice now that we've removed `-m` on master.
Joshua