Skip to content

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

Closed
@lf-

Description

@lf-

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
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions