Forbid duplicating Cargo as a dependency

This commit is contained in:
Mateusz Mikuła 2019-03-01 15:06:14 +01:00 committed by Mateusz Mikuła
parent ea43c3c688
commit c3aab14480
1 changed files with 1 additions and 1 deletions

View File

@ -378,7 +378,7 @@ fn check_crate_duplicate(resolve: &Resolve, bad: &mut bool) {
// to accidentally sneak into our dependency graph, in order to ensure we keep our CI times
// under control.
// "cargo", // FIXME(#53005)
"cargo",
"rustc-ap-syntax",
];
let mut name_to_id: HashMap<_, Vec<_>> = HashMap::new();