From 7132ce63cf9b61618020eb321500795b455cfdc1 Mon Sep 17 00:00:00 2001 From: Antoni Boucher Date: Mon, 19 Jul 2021 19:13:02 -0400 Subject: [PATCH] Exclude rustc_codegen_gcc from namespace --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index dedfe45aca4..94e78df5017 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,6 +40,7 @@ members = [ exclude = [ "build", "compiler/rustc_codegen_cranelift", + "compiler/rustc_codegen_gcc", "src/test/rustdoc-gui", # HACK(eddyb) This hardcodes the fact that our CI uses `/checkout/obj`. "obj",