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 c28d433 commit bcb7de3Copy full SHA for bcb7de3
src/debuginfo/unwind.rs
@@ -60,8 +60,8 @@ impl UnwindContext {
60
self.frame_table
61
.add_fde(self.cie_id.unwrap(), unwind_info.to_fde(address_for_func(func_id)));
62
}
63
- UnwindInfo::WindowsX64(_) => {
64
- // FIXME implement this
+ UnwindInfo::WindowsX64(_) | UnwindInfo::WindowsArm64(_) => {
+ // Windows does not have debug info for its unwind info.
65
66
unwind_info => unimplemented!("{:?}", unwind_info),
67
0 commit comments