-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
incorrect value for codegen option split-debuginfo #11659
Comments
I tried to revert to a previous nightly and the above error remains. |
You may want to check your I guess someone copy-pasting the |
I checked everywhere in all my There is no file I checked the .cargo/ looking for Cargo.toml files containing "..." and found some occurrences but nothing with split-debuginfo being used.
My only suggestion is that the rust compiler could help out here and indicate what crate/file/line the occurrence was found as the origin of this error reported. I re-ran my build like so:
|
Have you checked the config discovery chain? You could also use the unstable
|
Just saw you use |
I was searching for occurrences in all Cargo.toml files within my workspace, but I never searched for occurrences in all config.toml files within my workspace and your command caught that. That helped a great deal. thank you.
|
I decided to go with |
Glad you figure it out. Going to close this. |
Usually this workspace the build time takes 2-3 minutes. In this case, it actually completed it in 36 seconds. That's a startling improvement just by setting the |
Yes please close this issue. You're a super-hero @weihanglo :) |
Problem
The error output was:
Steps
nightly-x86_64-unknown-linux-gnu updated - rustc 1.69.0-nightly (001a77fac 2023-01-30) (from rustc 1.68.0-nightly (61a415be5 2023-01-12))
CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse
Possible Solution(s)
No response
Notes
No response
Version
The text was updated successfully, but these errors were encountered: