]> git.lizzy.rs Git - rust.git/blobdiff - library/std/src/panicking.rs
Add complexity estimation of iterating over HashSet and HashMap
[rust.git] / library / std / src / panicking.rs
index f1baf077580e672d03f4b924d7940d1dc0908740..9b045980d4543dfc33ebd3265aaace13afd55002 100644 (file)
@@ -47,7 +47,7 @@
 }
 
 #[allow(improper_ctypes)]
-extern "C-unwind" {
+extern "Rust" {
     /// `payload` is passed through another layer of raw pointers as `&mut dyn Trait` is not
     /// FFI-safe. `BoxMeUp` lazily performs allocation only when needed (this avoids allocations
     /// when using the "abort" panic runtime).