]> git.lizzy.rs Git - rust.git/commit
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)
commit49798c597f810fbce14959bdbcdae0b635a5bde9
tree8ffc335bd4ce1c13b6d1ed59e3e0080bc43dd02a
parent0cf99c3e06e84d20d68da649c888d63c72f33971
parentef25b7d5389a68d50904a8b4f4785287fc7c6ac3
Auto merge of #24323 - rprichard:panic-line-type, r=alexcrichton

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!`.