We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a7830aa + 6c7473d commit 715581aCopy full SHA for 715581a
src/tools/tidy/src/deps.rs
@@ -353,7 +353,7 @@ fn check_crate_duplicate(resolve: &Resolve, bad: &mut bool) {
353
// versions of them accidentally sneak into our dependency graph to
354
// ensure we keep our CI times under control
355
// "cargo", // FIXME(#53005)
356
- // "rustc-ap-syntax", // FIXME(#53006)
+ "rustc-ap-syntax",
357
];
358
let mut name_to_id = HashMap::new();
359
for node in resolve.nodes.iter() {
0 commit comments