Skip to content
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

Don't explicitly require compiler-builtins(-mem) #534

Merged
merged 1 commit into from
Nov 15, 2022

Conversation

YtvwlD
Copy link
Contributor

@YtvwlD YtvwlD commented Oct 17, 2022

They are implicit on uefi as of rust-lang/compiler-builtins#473 from June, so we can simplify the examples and the build stuff a bit. This is sort of a follow-up to #298.

Checklist

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

I'm not sure whether updating the changelog is necessary as this doesn't really break anything.
Though, this only works with a nightly compiler newer than 2022-08-07, so I guess you might

@nicholasbishop
Copy link
Member

Thanks for the PR, looks good to me. We recently discussed how to handle bumping the nightly msrv, and settled on three months for non-critical changes. So we'll plan to merge this around November 8.

They are implicit on uefi as of
rust-lang/compiler-builtins#473.

The first nightly version where this is working is 2022-08-08.
@nicholasbishop nicholasbishop merged commit 2c68139 into rust-osdev:main Nov 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants