diff options
| author | Jakub Beránek <berykubik@gmail.com> | 2025-07-10 19:19:59 +0200 |
|---|---|---|
| committer | Jakub Beránek <berykubik@gmail.com> | 2025-07-10 19:19:59 +0200 |
| commit | e6bb6442a9029633cc53db546880c05acb6734a1 (patch) | |
| tree | fb6a99689815baf7745bd2e792c082eb8cf4f09f | |
| parent | 85c286aaa839d61c25398cce5aa3b1889e5861c4 (diff) | |
| download | rust-e6bb6442a9029633cc53db546880c05acb6734a1.tar.gz rust-e6bb6442a9029633cc53db546880c05acb6734a1.zip | |
Remove `min-specialization` feature from `WasmComponentLd`
| -rw-r--r-- | src/bootstrap/src/core/build_steps/tool.rs | 2 |
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, }) |
