Rollup merge of #150524 - test-build-std, r=jieyouxu,kobzol

Test that -Zbuild-std=core works on a variety of profiles

See [#t-infra > Non-blocking testing for -Zbuild-std?](https://rust-lang.zulipchat.com/#narrow/channel/242791-t-infra/topic/Non-blocking.20testing.20for.20-Zbuild-std.3F/with/565837190) for some background.

This is an incredibly CPU-hungry run-make-cargo test, but at least on my desktop the entire suite only takes a minute.
This commit is contained in:
Guillaume Gomez 2026-01-20 14:36:31 +01:00 committed by GitHub
commit 79c02e25a0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
21 changed files with 192 additions and 11 deletions

View file

@ -3337,6 +3337,7 @@ dependencies = [
"rustdoc-json-types",
"serde_json",
"similar",
"tempfile",
"wasmparser 0.236.1",
]