about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJakub Beránek <berykubik@gmail.com>2025-07-10 19:19:59 +0200
committerJakub Beránek <berykubik@gmail.com>2025-07-10 19:19:59 +0200
commite6bb6442a9029633cc53db546880c05acb6734a1 (patch)
treefb6a99689815baf7745bd2e792c082eb8cf4f09f
parent85c286aaa839d61c25398cce5aa3b1889e5861c4 (diff)
downloadrust-e6bb6442a9029633cc53db546880c05acb6734a1.tar.gz
rust-e6bb6442a9029633cc53db546880c05acb6734a1.zip
Remove `min-specialization` feature from `WasmComponentLd`
-rw-r--r--src/bootstrap/src/core/build_steps/tool.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap/src/core/build_steps/tool.rs b/src/bootstrap/src/core/build_steps/tool.rs
index caaaaad845d..df89eb1da20 100644
--- a/src/bootstrap/src/core/build_steps/tool.rs
+++ b/src/bootstrap/src/core/build_steps/tool.rs
@@ -1052,7 +1052,7 @@ impl Step for WasmComponentLd {
             path: "src/tools/wasm-component-ld",
             source_type: SourceType::InTree,
             extra_features: vec![],
-            allow_features: "min-specialization",
+            allow_features: "",
             cargo_args: vec![],
             artifact_kind: ToolArtifactKind::Binary,
         })