]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/no_owned_box_lang_item.rs
Rollup merge of #69870 - petrochenkov:cfgacc, r=matthewjasper
[rust.git] / src / test / ui / no_owned_box_lang_item.rs
index b76699c19ac80e7100093ae3d3132197c9419214..58e45ff73a5e645e389443a9f490df2f979f9f80 100644 (file)
@@ -12,5 +12,4 @@ fn main() {
 }
 
 #[lang = "eh_personality"] extern fn eh_personality() {}
-#[lang = "eh_unwind_resume"] extern fn eh_unwind_resume() {}
 #[lang = "panic_impl"] fn panic_impl(panic: &PanicInfo) -> ! { loop {} }