Skip to content

Commit 0d79348

Browse files
committed
Update status for the backtrace and stdarch exceptions
1 parent d2054db commit 0d79348

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tools/tidy/src/deps.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ pub(crate) const WORKSPACES: &[(&str, ExceptionList, Option<(&[&str], &[&str])>)
5454
),
5555
// tidy-alphabetical-start
5656
//("compiler/rustc_codegen_gcc", EXCEPTIONS_GCC, None), // FIXME uncomment once all deps are vendored
57-
//("library/backtrace", &[], None), // FIXME uncomment once rust-lang/backtrace#562 lands
57+
//("library/backtrace", &[], None), // FIXME uncomment once rust-lang/backtrace#562 has been synced back to the rust repo
5858
//("library/portable-simd", &[], None), // FIXME uncomment once rust-lang/portable-simd#363 has been synced back to the rust repo
59-
//("library/stdarch", EXCEPTIONS_STDARCH, None), // FIXME uncomment once rust-lang/stdarch#1462 lands
59+
//("library/stdarch", EXCEPTIONS_STDARCH, None), // FIXME uncomment once rust-lang/stdarch#1462 has been synced back to the rust repo
6060
("src/bootstrap", EXCEPTIONS_BOOTSTRAP, None),
6161
("src/ci/docker/host-x86_64/test-various/uefi_qemu_test", EXCEPTIONS_UEFI_QEMU_TEST, None),
6262
("src/etc/test-float-parse", &[], None),

0 commit comments

Comments
 (0)