diff options
| author | Guillaume Gomez <guillaume.gomez@huawei.com> | 2023-10-28 12:30:46 +0200 |
|---|---|---|
| committer | Guillaume Gomez <guillaume.gomez@huawei.com> | 2023-11-02 21:03:27 +0100 |
| commit | 42bdc873e5c7b5cb8bb07c31f9ba85b66f37350b (patch) | |
| tree | 7ba6579c66621629bfdc7a8941c01fa12565cef0 /compiler/rustc_codegen_gcc | |
| parent | c6ace5c564eae4254a39deb7ed834ad739e6e010 (diff) | |
| download | rust-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.toml | 1 |
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] |
