Skip to content

Commit 6c7473d

Browse files
committed
Deny future duplication of rustc-ap-syntax
Enable the tidy check to forbid this! Closes #53006
1 parent 76b69a6 commit 6c7473d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/tidy/src/deps.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ fn check_crate_duplicate(resolve: &Resolve, bad: &mut bool) {
353353
// versions of them accidentally sneak into our dependency graph to
354354
// ensure we keep our CI times under control
355355
// "cargo", // FIXME(#53005)
356-
// "rustc-ap-syntax", // FIXME(#53006)
356+
"rustc-ap-syntax",
357357
];
358358
let mut name_to_id = HashMap::new();
359359
for node in resolve.nodes.iter() {

0 commit comments

Comments
 (0)