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.
library/portable-simd
1 parent 3d57bc7 commit 03700b2Copy full SHA for 03700b2
src/tools/tidy/src/deps.rs
@@ -66,7 +66,7 @@ pub(crate) const WORKSPACES: &[(&str, ExceptionList, Option<(&[&str], &[&str])>,
66
// tidy-alphabetical-start
67
("compiler/rustc_codegen_gcc", EXCEPTIONS_GCC, None, &[]),
68
("library/backtrace", &[], None, &["library/backtrace"]),
69
- //("library/portable-simd", &[], None), // FIXME uncomment once rust-lang/portable-simd#363 has been synced back to the rust repo
+ ("library/portable-simd", &[], None, &[]),
70
//("library/stdarch", EXCEPTIONS_STDARCH, None), // FIXME uncomment once rust-lang/stdarch#1462 has been synced back to the rust repo
71
("src/bootstrap", EXCEPTIONS_BOOTSTRAP, None, &[]),
72
("src/ci/docker/host-x86_64/test-various/uefi_qemu_test", EXCEPTIONS_UEFI_QEMU_TEST, None, &[]),
0 commit comments