Exclude rustc_codegen_gcc from namespace

This commit is contained in:
Antoni Boucher 2021-07-19 19:13:02 -04:00
parent 8841e9e632
commit 7132ce63cf

View file

@ -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",