@@ -56,7 +56,7 @@ pub(crate) const WORKSPACES: &[(&str, ExceptionList, Option<(&[&str], &[&str])>)
56
56
Some ( ( & [ "rustc_codegen_cranelift" ] , PERMITTED_CRANELIFT_DEPENDENCIES ) ) ,
57
57
) ,
58
58
// tidy-alphabetical-start
59
- // ("compiler/rustc_codegen_gcc", EXCEPTIONS_GCC, None), // FIXME uncomment once all deps are vendored
59
+ ( "compiler/rustc_codegen_gcc" , EXCEPTIONS_GCC , None ) ,
60
60
//("library/backtrace", &[], None), // FIXME uncomment once rust-lang/backtrace#562 has been synced back to the rust repo
61
61
//("library/portable-simd", &[], None), // FIXME uncomment once rust-lang/portable-simd#363 has been synced back to the rust repo
62
62
//("library/stdarch", EXCEPTIONS_STDARCH, None), // FIXME uncomment once rust-lang/stdarch#1462 has been synced back to the rust repo
@@ -164,15 +164,12 @@ const EXCEPTIONS_CRANELIFT: ExceptionList = &[
164
164
// tidy-alphabetical-end
165
165
] ;
166
166
167
- // FIXME uncomment once all deps are vendored
168
- /*
169
167
const EXCEPTIONS_GCC : ExceptionList = & [
170
168
// tidy-alphabetical-start
171
169
( "gccjit" , "GPL-3.0" ) ,
172
170
( "gccjit_sys" , "GPL-3.0" ) ,
173
171
// tidy-alphabetical-end
174
172
] ;
175
- */
176
173
177
174
const EXCEPTIONS_BOOTSTRAP : ExceptionList = & [
178
175
( "ryu" , "Apache-2.0 OR BSL-1.0" ) , // through serde. BSL is not acceptble, but we use it under Apache-2.0
0 commit comments