You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We use Rust nightly on CI in order to check that fuzz targets can still compile.
With current latest nightly we’re running into a compiler panic:
rust-lang/rust#130769
To unblock merging PRs, this pins the nightly version used on CI
to a slightly older one that does not have this panic.
This should be reverted after the panic is fixed in a new Rust nightly.
0 commit comments