]> git.lizzy.rs Git - rust.git/commit
Auto merge of #37273 - cuviper:major-minor-rebuild, r=alexcrichton
authorbors <bors@rust-lang.org>
Thu, 20 Oct 2016 12:16:49 +0000 (05:16 -0700)
committerGitHub <noreply@github.com>
Thu, 20 Oct 2016 12:16:49 +0000 (05:16 -0700)
commit7bccb829d0fe9a733bd6efcf6f7313186ae237ab
tree97e0af26dfc10f8977d65697b7f684331ef8c330
parenteb38d426c41aa8487e8cb8a9dafbfcf3528201f9
parent81d97957a7807d3ac1a9defde037c6e504e3d797
Auto merge of #37273 - cuviper:major-minor-rebuild, r=alexcrichton

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.)