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

Switch the toolchain back to latest nightly #516

Merged
merged 2 commits into from
Sep 25, 2022

Conversation

nicholasbishop
Copy link
Contributor

@nicholasbishop nicholasbishop commented Sep 24, 2022

The bug in nightly Rust that was causing problems for us has been fixed, so switch back to latest nightly. (The other changes are due to the current nightly clippy warning about some unnecessary borrows.)

Fixes #500

Checklist

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

The bug in nightly Rust that was causing problems for us has been fixed,
so switch back to latest nightly.

Fixes rust-osdev#500
Copy link
Contributor

@phip1611 phip1611 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, feel free to merge

@nicholasbishop nicholasbishop merged commit 1f4140d into rust-osdev:main Sep 25, 2022
@nicholasbishop nicholasbishop deleted the bishop-unpin-tc branch September 25, 2022 16:12
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.

CI is broken: "GlobalValue with DLLImport Storage is dso_local!"
2 participants