]> git.lizzy.rs Git - rust.git/commit
auto merge of #12908 : alexcrichton/rust/issue-12897, r=thestinger
authorbors <bors@rust-lang.org>
Sat, 15 Mar 2014 09:21:26 +0000 (02:21 -0700)
committerbors <bors@rust-lang.org>
Sat, 15 Mar 2014 09:21:26 +0000 (02:21 -0700)
commit352c5e7eb767401e426e526acf5c8fe0311d8c30
tree9e0a6363068e7c2626ed64f60844c2873f674216
parent1d828eb3a4f63c38231c1fdc0aa2197a9b2a333f
parentbf67783332ff9f9bdf40da2d9dff860964600420
auto merge of #12908 : alexcrichton/rust/issue-12897, r=thestinger

This is mostly just an implementation detail, and anyone worried about the stack
bounds doesn't need to be bothered with the red zone because it's not usable
anyway.

Closes #12897