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 b2561c9 commit 2f48af0Copy full SHA for 2f48af0
src/tools/tidy/src/deps.rs
@@ -359,7 +359,7 @@ fn check_crate_duplicate(metadata: &Metadata, bad: &mut bool) {
359
// to accidentally sneak into our dependency graph, in order to ensure we keep our CI times
360
// under control.
361
"cargo",
362
- "rustc-ap-syntax",
+ "rustc-ap-rustc_ast",
363
];
364
365
for &name in FORBIDDEN_TO_HAVE_DUPLICATES {
0 commit comments