diff options
| author | Jorge Aparicio <jorge@japaric.io> | 2018-05-16 19:56:24 +0200 |
|---|---|---|
| committer | Jorge Aparicio <jorge@japaric.io> | 2018-06-03 13:46:19 +0200 |
| commit | 4c84d382ed87521a5b98b30f508366111dbbc7d5 (patch) | |
| tree | 5015fd01ef7378527cd10c9b6bd41313fa0137de /src/libstd | |
| parent | 86a07696219fecfe4444aeb727d02ad8a4ebcda0 (diff) | |
| download | rust-4c84d382ed87521a5b98b30f508366111dbbc7d5.tar.gz rust-4c84d382ed87521a5b98b30f508366111dbbc7d5.zip | |
remove #[unwind(allowed)]
not required because this is a Rust function
Diffstat (limited to 'src/libstd')
| -rw-r--r-- | src/libstd/panicking.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libstd/panicking.rs b/src/libstd/panicking.rs index 9d8052143b9..0808efa2ece 100644 --- a/src/libstd/panicking.rs +++ b/src/libstd/panicking.rs @@ -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, |
