Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion src/shims/windows/foreign_items.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1167,7 +1167,6 @@ pub trait EvalContextExt<'tcx>: crate::MiriInterpCxExt<'tcx> {
}

"_Unwind_RaiseException" => {
// FIXME: This does not have a direct test (#3179).
// This is not formally part of POSIX, but it is very wide-spread on POSIX systems.
// It was originally specified as part of the Itanium C++ ABI:
// https://itanium-cxx-abi.github.io/cxx-abi/abi-eh.html#base-throw.
Expand Down
2 changes: 1 addition & 1 deletion tests/pass/panic/unwind_dwarf.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//@ignore-target: windows # Windows uses a different unwinding mechanism
//@ignore-target: windows-msvc # MSVC uses a different unwinding mechanism
#![feature(core_intrinsics, panic_unwind, rustc_attrs)]
#![allow(internal_features)]

Expand Down