@@ -67,7 +67,7 @@ pub(crate) const WORKSPACES: &[(&str, ExceptionList, Option<(&[&str], &[&str])>,
67
67
( "compiler/rustc_codegen_gcc" , EXCEPTIONS_GCC , None , & [ ] ) ,
68
68
( "library/backtrace" , & [ ] , None , & [ "library/backtrace" ] ) ,
69
69
( "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
70
+ //("library/stdarch", EXCEPTIONS_STDARCH, None), // FIXME uncomment once stdarch has Cargo.lock
71
71
( "src/bootstrap" , EXCEPTIONS_BOOTSTRAP , None , & [ ] ) ,
72
72
( "src/ci/docker/host-x86_64/test-various/uefi_qemu_test" , EXCEPTIONS_UEFI_QEMU_TEST , None , & [ ] ) ,
73
73
( "src/etc/test-float-parse" , EXCEPTIONS , None , & [ ] ) ,
@@ -116,7 +116,7 @@ const EXCEPTIONS_STDLIB: ExceptionList = &[
116
116
// tidy-alphabetical-end
117
117
] ;
118
118
119
- // FIXME uncomment once rust-lang/ stdarch#1462 lands
119
+ // FIXME uncomment once stdarch has a lock file
120
120
/*
121
121
const EXCEPTIONS_STDARCH: ExceptionList = &[
122
122
// tidy-alphabetical-start
0 commit comments