Skip to content

Commit 6b1902a

Browse files
committed
Update Cranelift
1 parent 34be539 commit 6b1902a

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

Cargo.lock

+10-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/debuginfo/unwind.rs

+1
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ impl<'tcx> UnwindContext<'tcx> {
5555
UnwindInfo::WindowsX64(_) => {
5656
// FIXME implement this
5757
}
58+
unwind_info => unimplemented!("{:?}", unwind_info),
5859
}
5960
}
6061

0 commit comments

Comments
 (0)