We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbef602 commit 0597225Copy full SHA for 0597225
tests/ui/codegen/empty-static-libs-issue-108825.rs
@@ -2,10 +2,12 @@
2
// `native-static-libs: ` note, even though it's empty.
3
//@ compile-flags: -Cpanic=abort --print=native-static-libs
4
//@ build-pass
5
+//@ ignore-wasm
6
+
7
#![crate_type = "staticlib"]
-#![no_std]
8
+// #![no_std]
9
-#[panic_handler]
-fn panic(_info: &core::panic::PanicInfo) -> ! {
10
- loop {}
11
-}
+// #[panic_handler]
+// fn panic(_info: &core::panic::PanicInfo) -> ! {
12
+// loop {}
13
+// }
0 commit comments