]> git.lizzy.rs Git - rust.git/commit
Turn nonzeroing move hints back off by default.
authorFelix S. Klock II <pnkfelix@pnkfx.org>
Fri, 7 Aug 2015 13:51:25 +0000 (15:51 +0200)
committerSteven Fackler <sfackler@gmail.com>
Tue, 11 Aug 2015 00:04:17 +0000 (20:04 -0400)
commit91f5d3275f110f627931646fb19f22d8c4dd41c3
treea7a4aa4c98c92d42ce882f5b9ecbd5ed6de6d11e
parentab77c1d8d017196a7bd8fac3574eb73dcd54f0a9
Turn nonzeroing move hints back off by default.

This is a temporary workaround for the bugs that have been found in
the implementation of PR #26173.

 * pnkfelix is unavailable in the short-term (i.e. for the next week) to fix them.

 * When the bugs are fixed, we will turn this back on by default.

(If you want to play with the known-to-be-buggy optimization in the
meantime, you can opt-back in via the debugging option that this
commit is toggling.)
src/librustc/session/config.rs
src/librustc/session/mod.rs