]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #24323 - rprichard:panic-line-type, r=alexcrichton
authorbors <bors@rust-lang.org>
Mon, 13 Apr 2015 05:55:50 +0000 (05:55 +0000)
committerbors <bors@rust-lang.org>
Mon, 13 Apr 2015 05:55:50 +0000 (05:55 +0000)
There are syntax extensions that call `std::rt::begin_unwind` passing it a `usize`.  I updated the syntax extension to instead pass `u32`, but for bootstrapping reasons, I needed to create a `#[cfg(stage0)]` version of `std::rt::begin_unwind` and therefore also `panic!`.


Trivial merge