about summary refs log tree commit diff
path: root/compiler/rustc_codegen_gcc
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume.gomez@huawei.com>2023-10-28 12:30:46 +0200
committerGuillaume Gomez <guillaume.gomez@huawei.com>2023-11-02 21:03:27 +0100
commit42bdc873e5c7b5cb8bb07c31f9ba85b66f37350b (patch)
tree7ba6579c66621629bfdc7a8941c01fa12565cef0 /compiler/rustc_codegen_gcc
parentc6ace5c564eae4254a39deb7ed834ad739e6e010 (diff)
downloadrust-42bdc873e5c7b5cb8bb07c31f9ba85b66f37350b.tar.gz
rust-42bdc873e5c7b5cb8bb07c31f9ba85b66f37350b.zip
Disable `master` feature by default when building rustc_codegen_gcc
Diffstat (limited to 'compiler/rustc_codegen_gcc')
-rw-r--r--compiler/rustc_codegen_gcc/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_gcc/Cargo.toml b/compiler/rustc_codegen_gcc/Cargo.toml
index 51fab147aa2..b0b3aeecdbd 100644
--- a/compiler/rustc_codegen_gcc/Cargo.toml
+++ b/compiler/rustc_codegen_gcc/Cargo.toml
@@ -18,7 +18,6 @@ path = "tests/lang_tests_release.rs"
 harness = false
 
 [features]
-default = ["master"]
 master = ["gccjit/master"]
 
 [dependencies]