Exclude rustc_codegen_gcc from namespace
This commit is contained in:
parent
8841e9e632
commit
7132ce63cf
@ -40,6 +40,7 @@ members = [
|
|||||||
exclude = [
|
exclude = [
|
||||||
"build",
|
"build",
|
||||||
"compiler/rustc_codegen_cranelift",
|
"compiler/rustc_codegen_cranelift",
|
||||||
|
"compiler/rustc_codegen_gcc",
|
||||||
"src/test/rustdoc-gui",
|
"src/test/rustdoc-gui",
|
||||||
# HACK(eddyb) This hardcodes the fact that our CI uses `/checkout/obj`.
|
# HACK(eddyb) This hardcodes the fact that our CI uses `/checkout/obj`.
|
||||||
"obj",
|
"obj",
|
||||||
|
Loading…
Reference in New Issue
Block a user