-
Notifications
You must be signed in to change notification settings - Fork 13.7k
Open
Labels
C-bugCategory: This is a bug.Category: This is a bug.T-bootstrapRelevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
Description
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
?
jyn514
Metadata
Metadata
Assignees
Labels
C-bugCategory: This is a bug.Category: This is a bug.T-bootstrapRelevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)