-
Notifications
You must be signed in to change notification settings - Fork 529
cargo-miri fails when cargo uses argfiles #5234
Copy link
Copy link
Open
Labels
A-windowsArea: affects only Windows targetsArea: affects only Windows targetsC-bugCategory: This is a bug.Category: This is a bug.E-needs-mcveCall for participation: This issue has a repro, but needs a Minimal Complete and Verifiable ExampleCall for participation: This issue has a repro, but needs a Minimal Complete and Verifiable Example
Description
Activity
Metadata
Metadata
Assignees
Labels
A-windowsArea: affects only Windows targetsArea: affects only Windows targetsC-bugCategory: This is a bug.Category: This is a bug.E-needs-mcveCall for participation: This issue has a repro, but needs a Minimal Complete and Verifiable ExampleCall for participation: This issue has a repro, but needs a Minimal Complete and Verifiable Example
I just tried upgrading from
nightly-2026-07-22tonightly-2026-07-31and on Windows specifically one of the crates produced this surprising set of errors:CI run: https://github.com/nazar-pc/abundance/actions/runs/30605181115/job/91075860190?pr=747
And the commit with toolchain update: nazar-pc/abundance@243f243
But nothing has changed in terms of dependencies, Linux and macOS are unaffected and older toolchain was fine too.
I kind of suspect this might be related to rust-lang/cargo#17258, but I didn't dig into it yet and I'm running Linux, so cross-compiling is a bit difficult with crates like
ringunfortunately.