icemaker
icemaker copied to clipboard
automatially find crashes in the rust compiler & tooling
The commit removing stdsimd is rust-lang/rust@ea37e80
https://rust-lang.zulipchat.com/#narrow/stream/122651-general/topic/recent-ish.20nightly.20regression.20wrt.20Freeze
grep "^#"
since https://github.com/rust-lang/rust/pull/112849 breaks (apart) panic messages, I will probably have to rework ICE detection
check if master etc toolchain rustc is intalled where we expect it, otherwise don't run
https://rust-lang.zulipchat.com/#narrow/stream/147480-t-compiler.2Fwg-diagnostics/topic/automatic.20diagnostic.20verification/near/313156325 ```` if that gets you too many wontfixes, a looser thing you could check instead is that suggestions should converge when running cargo fix repeatedly. for example, something has...
run rustc before, note all the errors run cargo fix --broken code to a new file if the file changed (hints were applied) and the file is not fixed yet,...
https://github.com/rust-lang/cargo/issues/13028