]> git.lizzy.rs Git - rust.git/commit
Auto merge of #41751 - alexcrichton:unstable-flags, r=eddyb
authorbors <bors@rust-lang.org>
Fri, 5 May 2017 01:00:13 +0000 (01:00 +0000)
committerbors <bors@rust-lang.org>
Fri, 5 May 2017 01:00:13 +0000 (01:00 +0000)
commit50b98587180a44782b22cbde1f638b61193ef7a3
treec02c80e0cad226987d7353b7ac9fcd42dac6d4fc
parent59f1a2f948a5e17d6675957813376ad8cc1d95ec
parentccbcc720a679ae76155a8ef4779a080a954a5957
Auto merge of #41751 - alexcrichton:unstable-flags, r=eddyb

rustc: Forbid `-Z` flags on stable/beta channels

First deprecated in rustc 1.8.0 the intention was to never allow `-Z` flags make
their way to the stable channel (or unstable options). After a year of warnings
we've seen one of the main use cases, `-Z no-trans`, stabilized as `cargo
check`. Otherwise while other use cases remain the sentiment is that now's the
time to start forbidding `-Z` by default on stable/beta.

Closes #31847