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
In https://crater.rust-lang.org/ex/pr-82322, the vast majority of the crates that were broken were those using #![features]s. But since it's allowed to break such crates anyway, it would be nice to separate them into a different category, or mark them in some way, to make it easier to concentrate on the stable regressions that are the most important ones.
The text was updated successfully, but these errors were encountered:
In https://crater.rust-lang.org/ex/pr-82322, the vast majority of the crates that were broken were those using
#![features]
s. But since it's allowed to break such crates anyway, it would be nice to separate them into a different category, or mark them in some way, to make it easier to concentrate on the stable regressions that are the most important ones.The text was updated successfully, but these errors were encountered: