Skip to content

./x.py: cranelift source paths not mapped to repo root #80541

@matthiaskrgr

Description

@matthiaskrgr

When ./x.py builds librustdoc for example, all paths are originating from the repo root:
--> src/librustdoc/passes/collect_intra_doc_links.rs:2191:16
This this is not the case for recently added cranelift but I guess it should be..?
--> src/intrinsics/mod.rs:827:14
This shouldn't this be --> compiler/rustc_codegen_cranelift/src/intrinsics/mod.rs:827:14?

Metadata

Metadata

Assignees

No one assigned

    Labels

    C-bugCategory: This is a bug.T-bootstrapRelevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions