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.
1 parent 8c4be66 commit e652436Copy full SHA for e652436
src/bootstrap/src/utils/proc_macro_deps.rs
@@ -43,6 +43,7 @@ pub static CRATES: &[&str] = &[
43
"rustc-hash",
44
"self_cell",
45
"serde",
46
+ "serde_core",
47
"serde_derive_internals",
48
"sha2",
49
"smallvec",
src/tools/tidy/src/deps.rs
@@ -458,6 +458,7 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
458
"scopeguard",
459
460
461
462
"serde_derive",
463
464
"serde_json",
0 commit comments