From 42bdc873e5c7b5cb8bb07c31f9ba85b66f37350b Mon Sep 17 00:00:00 2001 From: Guillaume Gomez Date: Sat, 28 Oct 2023 12:30:46 +0200 Subject: [PATCH] Disable `master` feature by default when building rustc_codegen_gcc --- compiler/rustc_codegen_gcc/Cargo.toml | 1 - 1 file changed, 1 deletion(-) 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]