diff options
| author | Boxy <rust@boxyuwu.dev> | 2025-04-02 21:29:39 +0100 |
|---|---|---|
| committer | Boxy <rust@boxyuwu.dev> | 2025-04-09 12:29:59 +0100 |
| commit | 2b684f39e4c768526ff6ec35c7f5a5abd306d086 (patch) | |
| tree | e847f8696bef149f9755e18e8af48d231df74af9 | |
| parent | c93005ee651422f1920ef2a68e5ab9ff772b4b06 (diff) | |
| download | rust-2b684f39e4c768526ff6ec35c7f5a5abd306d086.tar.gz rust-2b684f39e4c768526ff6ec35c7f5a5abd306d086.zip | |
update missing targets list
| -rw-r--r-- | src/bootstrap/src/core/sanity.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bootstrap/src/core/sanity.rs b/src/bootstrap/src/core/sanity.rs index dbfebd11f82..891340add90 100644 --- a/src/bootstrap/src/core/sanity.rs +++ b/src/bootstrap/src/core/sanity.rs @@ -34,7 +34,6 @@ pub struct Finder { // Targets can be removed from this list once they are present in the stage0 compiler (usually by updating the beta compiler of the bootstrap). const STAGE0_MISSING_TARGETS: &[&str] = &[ // just a dummy comment so the list doesn't get onelined - "wasm32-wali-linux-musl", ]; /// Minimum version threshold for libstdc++ required when using prebuilt LLVM |
