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

rust-lang/rust: core::num imports in libstd are unresolved #9226

Closed
lf- opened this issue Jun 12, 2021 · 2 comments · Fixed by #9227
Closed

rust-lang/rust: core::num imports in libstd are unresolved #9226

lf- opened this issue Jun 12, 2021 · 2 comments · Fixed by #9227

Comments

@lf-
Copy link
Contributor

lf- commented Jun 12, 2021

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.

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.

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
}
@lf-
Copy link
Contributor Author

lf- commented Jun 12, 2021

cc #8915

@flodiebold
Copy link
Member

Probably same as #9203.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants