-
Notifications
You must be signed in to change notification settings - Fork 128
buxfix problems with compiling ron and base64 on nix rustc 1.92.0-nightly (839222065 2025-10-05) #290
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
base: master
Are you sure you want to change the base?
buxfix problems with compiling ron and base64 on nix rustc 1.92.0-nightly (839222065 2025-10-05) #290
Conversation
jmikedupont2
commented
Nov 12, 2025
reported some issues rust-cli/config-rs#713 marshallpierce/rust-base64#290 ron-rs/ron#590
Cargo.toml
Outdated
| [profile.test] | ||
| # Faster tests save much more than the increase in compilation time | ||
| opt-level = 3 | ||
| [workspace] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why the workspace? Perhaps a stray change from some tooling?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes sorry, ignore that
|
removed the workspace, also some issues i had were nix building with no warnings for some reason |
As reported in #290, fix compiler warning.