Issues
- 2
- 5
error: <inline asm>:11:1: this directive must appear between .cfi_startproc and .cfi_endproc directives
#41 opened by xobs - 4
"the `asm!` macro is not allowed in naked functions" in recent nightlies
#38 opened by VisualEhrmanntraut - 13
Regression: `error: this directive must appear between .cfi_startproc and .cfi_endproc directives`
#39 opened by polarathene - 10
- 16
- 7
What registers should be restored/saved by save_context and restore_context?
#37 opened by Tazdevil971 - 0
save_context misses CFI instructions
#35 opened by bjorn3 - 4
.eh_frame for unwinding crate itself missing?
#33 opened by Noah822 - 1
Try intrinsic has been renamed to catch_unwind
#28 opened by bjorn3 - 4
- 4
- 0
`core::intrinsics::r#try()` has been renamed to `core::intrinsics::catch_unwind()`
#26 opened by ytakano - 31
MIPS Support
#23 opened by SK83RJOSH - 2
Incompatible with Rust std
#20 opened by js2xxx - 3
Fails to compile on recent Rust nightlies
#9 opened by Gaelan - 1
Symbol resolution
#7 opened by stevefan1999-personal - 3
- 1
Add support for arm
#3 opened by Urgau