]> git.lizzy.rs Git - rust.git/commitdiff
remove #[unwind(allowed)]
authorJorge Aparicio <jorge@japaric.io>
Wed, 16 May 2018 17:56:24 +0000 (19:56 +0200)
committerJorge Aparicio <jorge@japaric.io>
Sun, 3 Jun 2018 11:46:19 +0000 (13:46 +0200)
not required because this is a Rust function

src/libstd/panicking.rs

index 9d8052143b98e6acacb7df7b204b87fdefeecb36..0808efa2ecea51f9974deb34b8582b4a7deefb30 100644 (file)
@@ -321,7 +321,6 @@ pub fn panicking() -> bool {
 #[cfg(not(test))]
 #[cfg(stage0)]
 #[lang = "panic_fmt"]
-#[unwind(allowed)]
 pub extern fn rust_begin_panic(msg: fmt::Arguments,
                                file: &'static str,
                                line: u32,