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 b9c0f15 commit f5af05bCopy full SHA for f5af05b
tests/run-make/crate-circular-deps-link/a.rs
@@ -1,6 +1,7 @@
1
#![crate_type = "rlib"]
2
#![feature(lang_items)]
3
#![feature(panic_unwind)]
4
+#![feature(rustc_attrs)]
5
#![no_std]
6
7
extern crate panic_unwind;
@@ -10,12 +11,12 @@ pub fn panic_handler(_: &core::panic::PanicInfo) -> ! {
10
11
loop {}
12
}
13
-#[no_mangle]
14
+#[rustc_std_internal_symbol]
15
extern "C" fn __rust_drop_panic() -> ! {
16
17
18
19
20
extern "C" fn __rust_foreign_exception() -> ! {
21
22
0 commit comments