]> git.lizzy.rs Git - rust.git/commit
auto merge of #7876 : pnkfelix/rust/fsk-silence-warnings-from-bootstrap-build, r...
authorbors <bors@rust-lang.org>
Thu, 18 Jul 2013 10:22:45 +0000 (03:22 -0700)
committerbors <bors@rust-lang.org>
Thu, 18 Jul 2013 10:22:45 +0000 (03:22 -0700)
commit0335339c184e46eac958841e0e021dbdab873efd
tree9ff2e563d52a251fb3640652a12f812c2322abd5
parentcee5c4ad11d348f0aa6487f5d01c8f660c7f5853
parent3b158b3e425b8adb42eab076acc9962bb22783ca
auto merge of #7876 : pnkfelix/rust/fsk-silence-warnings-from-bootstrap-build, r=alexcrichton

r? anyone

The only bit that I'm a little concerned about is whether there's some way the assignments to `hi` could somehow still be necessary; but I think that could only be the case if it had been `&const` borrowed (or whatever the hypothetical syntax is for that), and that's not going on in this file.