Skip to content

Commit

Permalink
Rollup merge of rust-lang#53210 - alexcrichton:deny-rustc-syntax, r=nrc
Browse files Browse the repository at this point in the history
Deny future duplication of rustc-ap-syntax

Enable the tidy check to forbid this!

Closes rust-lang#53006
  • Loading branch information
kennytm committed Aug 11, 2018
2 parents a7830aa + 6c7473d commit 715581a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/tidy/src/deps.rs
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ fn check_crate_duplicate(resolve: &Resolve, bad: &mut bool) {
// versions of them accidentally sneak into our dependency graph to
// ensure we keep our CI times under control
// "cargo", // FIXME(#53005)
// "rustc-ap-syntax", // FIXME(#53006)
"rustc-ap-syntax",
];
let mut name_to_id = HashMap::new();
for node in resolve.nodes.iter() {
Expand Down

0 comments on commit 715581a

Please sign in to comment.