We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76b69a6 commit 6c7473dCopy full SHA for 6c7473d
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