]> git.lizzy.rs Git - rust.git/commit - src/tools/miri
Rollup merge of #99293 - jo3bingham:issue-98720-fix, r=jyn514
authorMatthias Krüger <matthias.krueger@famsik.de>
Tue, 2 Aug 2022 05:30:40 +0000 (07:30 +0200)
committerGitHub <noreply@github.com>
Tue, 2 Aug 2022 05:30:40 +0000 (07:30 +0200)
commit3357470fb73d6a6dbf636ec96e5eb4936cfe29f8
treec20c5d21f5f15a317a322f45e2661ef089e44ef3
parent06294453001ec64d4d3b9085fc0b7129923ee5df
parentc5d661a01cd085c26417b90b57c86e01ea1009f3
Rollup merge of #99293 - jo3bingham:issue-98720-fix, r=jyn514

only run --all-targets in stage0 for Std

Repro'd the issue with `python3 x.py check --stage 1 library/std` and tested the fix with the same command.

r? `@jyn514`

I tried to implement [this solution](https://github.com/rust-lang/rust/issues/98720#issuecomment-1184435462), but didn't have any luck. I don't think I fully understood what needed to be done. However, I would love to be mentored on it since it would be a more correct solution, and I can learn more about how bootstrap works.
src/bootstrap/check.rs