diff options
| author | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2023-10-10 12:50:40 +0000 |
|---|---|---|
| committer | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2023-10-10 13:48:30 +0000 |
| commit | 0d79348d47559f688cc4beeaa8a126d5eca02f25 (patch) | |
| tree | 09051d5f149e507850cf209c304f3f9140c25f61 | |
| parent | d2054db3ebed4e955c901c3020fa3978b6eea97e (diff) | |
| download | rust-0d79348d47559f688cc4beeaa8a126d5eca02f25.tar.gz rust-0d79348d47559f688cc4beeaa8a126d5eca02f25.zip | |
Update status for the backtrace and stdarch exceptions
| -rw-r--r-- | src/tools/tidy/src/deps.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/tidy/src/deps.rs b/src/tools/tidy/src/deps.rs index 7ff5eb61fb3..70cc91718e2 100644 --- a/src/tools/tidy/src/deps.rs +++ b/src/tools/tidy/src/deps.rs @@ -54,9 +54,9 @@ pub(crate) const WORKSPACES: &[(&str, ExceptionList, Option<(&[&str], &[&str])>) ), // tidy-alphabetical-start //("compiler/rustc_codegen_gcc", EXCEPTIONS_GCC, None), // FIXME uncomment once all deps are vendored - //("library/backtrace", &[], None), // FIXME uncomment once rust-lang/backtrace#562 lands + //("library/backtrace", &[], None), // FIXME uncomment once rust-lang/backtrace#562 has been synced back to the rust repo //("library/portable-simd", &[], None), // FIXME uncomment once rust-lang/portable-simd#363 has been synced back to the rust repo - //("library/stdarch", EXCEPTIONS_STDARCH, None), // FIXME uncomment once rust-lang/stdarch#1462 lands + //("library/stdarch", EXCEPTIONS_STDARCH, None), // FIXME uncomment once rust-lang/stdarch#1462 has been synced back to the rust repo ("src/bootstrap", EXCEPTIONS_BOOTSTRAP, None), ("src/ci/docker/host-x86_64/test-various/uefi_qemu_test", EXCEPTIONS_UEFI_QEMU_TEST, None), ("src/etc/test-float-parse", &[], None), |
