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.
2 parents c28d433 + bcb7de3 commit 616abf1Copy full SHA for 616abf1
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