-
Notifications
You must be signed in to change notification settings - Fork 43
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
Upgrade to Edition 2024 #1732
Comments
There are some clippy lints that flag problem spots before enabling |
Besides some small issues, main thing blocking is
|
Oh no, this looks like a side effect of single compilation unit for doctests! Do you have a branch where I can play around with this? My best guess is we need to just disable staging logic for doctests as was done before. |
@shadaj Sure just pushed to https://github.com/hydro-project/hydro/tree/rust-2024-rustdoc |
Fix: #1743 |
Nice! |
@shadaj It is apparently also an option to use https://doc.rust-lang.org/edition-guide/rust-2024/rustdoc-doctests.html#standalone_crate-tag |
That won't actually fix the bug, we had the same limitation in Rust 2021 just it surfaces differently now. |
Lots of goodies, but we'll need to make sure nothing is broken.
The text was updated successfully, but these errors were encountered: