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
Can you keep at least a single nightly job as canary in case rustc changes unstable features or there is a regression?
We had this in the past where we ran several nightly versions, but now that we moved to the beta/stables, we lost that.
Note that we will need to disable it if something breaks, since we will be pinning the version to stable releases, but it is good to spot when that happens and what exactly have changed. Thus, ideally, we will have a separate periodic job/report to check for this, instead of doing it in the CI for the PRs.