Tracking issue for -Z binary-dep-depinfo · Issue #63012 · rust-lang/rust (original) (raw)
Navigation Menu
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Description
This is a tracking issue for -Z binary-dep-depinfo
added in #61727.
The cargo side is implemented in rust-lang/cargo#7137.
Blockers:
- Canonicalized paths on Windows. The dep-info file includes a mix of dos-style and extended-length (
\\?\
) paths, and I think we want to use only one style (whatever is compatible with make and other tools). See the PR for details. - Codegen backends are not tracked.
cc @Mark-Simulacrum @alexcrichton
Metadata
Metadata
Labels
Projects
Development
No branches or pull requests