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

Update to Rust 1.57.0! #585

Closed
alexdotgov opened this issue Dec 2, 2021 · 1 comment · Fixed by #586
Closed

Update to Rust 1.57.0! #585

alexdotgov opened this issue Dec 2, 2021 · 1 comment · Fixed by #586
Labels
• kbuild Related to building the kernel, `make`, `Kbuild`, `Kconfig` options...

Comments

@alexdotgov
Copy link

No description provided.

@alexdotgov alexdotgov added the • kbuild Related to building the kernel, `make`, `Kbuild`, `Kconfig` options... label Dec 2, 2021
@bjorn3
Copy link
Member

bjorn3 commented Dec 2, 2021

Panicking inside const contexts is now supported: https://blog.rust-lang.org/2021/12/02/Rust-1.57.0.html#panic-in-const-contexts This should make it possible to replace part of the build_assert!()'s. Also .try_reserve() now stabilized.

@ojeda ojeda mentioned this issue Dec 2, 2021
@ojeda ojeda closed this as completed in #586 Dec 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
• kbuild Related to building the kernel, `make`, `Kbuild`, `Kconfig` options...
Development

Successfully merging a pull request may close this issue.

3 participants