Skip to content

uefi: Stop enabling error_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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 10, 2024
Merged

Conversation

nicholasbishop
Copy link
Member

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 the unstable feature, so there's no change for users on the stable channel.

Checklist

  • Sensible git history (for example, squash "typo" or "fix" commits). See the Rewriting History guide for help.
  • Update the changelog (if necessary)

Sorry, something went wrong.

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 the
`unstable` feature, so there's no change for users on the stable channel.
@nicholasbishop
Copy link
Member Author

I'll go ahead and merge this to fix CI.

@nicholasbishop nicholasbishop added this pull request to the merge queue Jun 10, 2024
Merged via the queue into main with commit a59a73e Jun 10, 2024
15 checks passed
@nicholasbishop nicholasbishop deleted the bishop-err-in-core branch June 10, 2024 16:10
@phip1611
Copy link
Member

phip1611 commented Jun 11, 2024

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?

@nicholasbishop
Copy link
Member Author

Yep. Filed #1200 as a reminder.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants