]> git.lizzy.rs Git - rust.git/commit
Detect local-rebuild by just the MAJOR.MINOR version
authorJosh Stone <cuviper@gmail.com>
Wed, 19 Oct 2016 15:21:00 +0000 (08:21 -0700)
committerJosh Stone <cuviper@gmail.com>
Wed, 19 Oct 2016 15:21:00 +0000 (08:21 -0700)
commit81d97957a7807d3ac1a9defde037c6e504e3d797
tree5ed3df2f4c9935b66467eb95642035fd43b1d2ad
parenta41505f4f4a93bf94f4f7439d41afd826ab20b94
Detect local-rebuild by just the MAJOR.MINOR version

A new point-release shouldn't change any language semantics, so a local
stage0 that matches MAJOR.MINOR version should still be considered a
local-rebuild as far as `--cfg stageN` features go.

e.g. `1.14.0` should be considered a local-rebuild for any `1.14.X`.

(Bootstrap keys used to be an issue too, until #37265.)
mk/main.mk
src/bootstrap/lib.rs