We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
When I open library/std/src/num.rs, even with a cherry picked rust-lang/rust#86243, the imports of core::num::Wrapping and others are unresolved.
library/std/src/num.rs
core::num::Wrapping
RA version: #9047 merged onto 660a896
Logs: unsure how to get good logs of project model, the ones I have don't say enough with project_model=debug in RA_LOG.
project_model=debug
RA_LOG
Config:
{ "rust-analyzer.checkOnSave.overrideCommand": [ "./x.py", "check", "--json-output" ], "rust-analyzer.rustfmt.overrideCommand": [ "./build/x86_64-unknown-linux-gnu/stage0/bin/rustfmt" ], "rust-analyzer.cargo.runBuildScripts": false, "rust-analyzer.procMacro.enable": false }
The text was updated successfully, but these errors were encountered:
cc #8915
Sorry, something went wrong.
Probably same as #9203.
b48aba0
Successfully merging a pull request may close this issue.
When I open
library/std/src/num.rs
, even with a cherry picked rust-lang/rust#86243, the imports ofcore::num::Wrapping
and others are unresolved.RA version: #9047 merged onto 660a896
Logs: unsure how to get good logs of project model, the ones I have don't say enough with
project_model=debug
inRA_LOG
.Config:
The text was updated successfully, but these errors were encountered: