Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork175
uefi: Stop enablingerror_in_core
feature#1194
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
This feature has been stabilized in latest nightly, so no need to enable it. Allthe uses of it (`impl core::error::Error for for ...`) are still gated by the`unstable` feature, so there's no change for users on the stable channel.
I'll go ahead and merge this to fix CI. |
a59a73e
Uh oh!
There was an error while loading.Please reload this page.
phip1611 commentedJun 11, 2024 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Once this lands in rustc stable, and two more stable releases have passed (our MSRV policy), we remove the feature gate where it is no longer needed and create a new release, right? |
Yep. Filed#1200 as a reminder. |
This should fix the CI errors.
This feature has been stabilized in latest nightly, so no need to enable it. All the uses of it (
impl core::error::Error for for ...
) are still gated by theunstable
feature, so there's no change for users on the stable channel.Checklist