]> git.lizzy.rs Git - rust.git/commit
auto merge of #13261 : pnkfelix/rust/fsk-fix-12856, r=nikomatsakis
authorbors <bors@rust-lang.org>
Thu, 17 Apr 2014 19:46:26 +0000 (12:46 -0700)
committerbors <bors@rust-lang.org>
Thu, 17 Apr 2014 19:46:26 +0000 (12:46 -0700)
commit99c258cd742f11de76ca3e57364b4d6438c20cf1
tree6df746bbcab8bf1f544ee549ee78ff34b65ac780
parentff0b0d5ceeb94fad1d043a5bd2eb631f1f47caff
parent3099451020e8ef8dc4c5799e82f926cc364c7034
auto merge of #13261 : pnkfelix/rust/fsk-fix-12856, r=nikomatsakis

Fix #12856.

I wanted to put this up first because I wanted to get feedback about the second commit in the series, commit 8599236.  Its the more invasive part of the patch and is largely just belt-and-suspenders assertion checking; in the commit message I mentioned at least one other approach we could take here.  Or we could drop the belt-and-suspenders and just rely on the guard added in the first patch, commit 8d6a005 (which is really quite trivial on its own).

So any feedback on what would be better is appreciated.

r? @nikomatsakis