1
Fork 0

tidy: Update rustc-ap-syntax to -rustc_ast

This commit is contained in:
Igor Matuszewski 2020-03-31 14:47:40 +02:00
parent b2561c9ea2
commit 2f48af09c6

View file

@ -359,7 +359,7 @@ fn check_crate_duplicate(metadata: &Metadata, bad: &mut bool) {
// to accidentally sneak into our dependency graph, in order to ensure we keep our CI times
// under control.
"cargo",
"rustc-ap-syntax",
"rustc-ap-rustc_ast",
];
for &name in FORBIDDEN_TO_HAVE_DUPLICATES {