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 85ec3ec commit 3109036Copy full SHA for 3109036
src/tools/tidy/src/pal.rs
@@ -59,6 +59,8 @@ const EXCEPTION_PATHS: &[&str] = &[
59
"src/libstd/sys_common/mod.rs",
60
"src/libstd/sys_common/net.rs",
61
"src/libstd/sys_common/backtrace.rs",
62
+ // panic_unwind shims
63
+ "src/libstd/panicking.rs",
64
"src/libterm", // Not sure how to make this crate portable, but test crate needs it.
65
"src/libtest", // Probably should defer to unstable `std::sys` APIs.
66
"src/libstd/sync/mpsc", // some tests are only run on non-emscripten
0 commit comments