-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
rustc-dev component is broken by missing literal-escaper #138647
Copy link
Copy link
Closed
Labels
A-dist-componentsArea: dist components, e.g. `rustc-dev`, `rustc-src`, etc.Area: dist components, e.g. `rustc-dev`, `rustc-src`, etc.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)
Metadata
Metadata
Assignees
Labels
A-dist-componentsArea: dist components, e.g. `rustc-dev`, `rustc-src`, etc.Area: dist components, e.g. `rustc-dev`, `rustc-src`, etc.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)
Type
Fields
Give feedbackNo fields configured for issues without a type.
Trying to load the rustc-dev packages with cargo leads to an error:
This is caused by #136355:
compilercrates cannot have path dependencies outside thecompilerfolder.Cc @GuillaumeGomez @Amanieu