Commit 70fc315
committed
remove #[no_mangle] from panic handler
A recent change on rustc nightly broke panic handlers that also have
the #[no_mangle] attribute. I don't know whether this is something that
they want to support and if they'll fix that, but either way I don't
think there's a strong reason to keep this, so let's just remove it.1 parent ce5da20 commit 70fc315
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
370 | 370 | | |
371 | 371 | | |
372 | 372 | | |
373 | | - | |
374 | 373 | | |
375 | 374 | | |
376 | 375 | | |
| |||
0 commit comments