Commit 2c48aac
committed
remove #[no_mangle] from panic handler
A recent change on rustc nightly broke panic handlers that also have
the #[no_mangle] attribute. It looks like they don't consider this to
be a bug. Let's just remove it.1 parent ce5da20 commit 2c48aac
1 file changed
Lines changed: 0 additions & 1 deletion
| 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