Description
Maintainer's Note
This is a bug with recent nightly versions as documented here, and likely due to MIR inlining in rust-lang/rust#91743. The last known working commit is nightly-x86_64-unknown-linux-gnu installed - rustc 1.64.0-nightly (7425fb293 2022-06-30)
. See this comment further below for a deeper description of the issue. This is now a tracking issue for rust-lang/rust#98833.
The original post is unmodified below.
Description
My projects nightly cron Github Action build has started failing when compiling minimal-lexical recently, I presume due to an update to rustc nightly...
Here is a failing build log:
https://github.com/andrewdavidmackenzie/flow/runs/7201189157?check_suite_focus=true#step:12:229
It seems to be deep in my dependency tree via wax -> nom -> minimal-lexical, and I have wax on 0.5.0 which is the latest, so not sure there is much I can do on my end?