Open
Description
This issue is meant to track the stabilization of the rustc flag --print target-spec-json
which will output the currently selected target as a valid target spec that can be loaded with --target
for only the same version of the compiler that generated it. This explicitly avoids saying that target specs are stable but instead intends to assist target spec users to know that their configuration will work with the current version of the compiler.
ref #38061
Metadata
Metadata
Assignees
Labels
Area: Command-line interface (CLI) to the compilerArea: Compile-target specificationsArea: Concerning the implications of different compiler targetsBlocker: Implemented in the nightly compiler and unstable.Category: An issue tracking the progress of sth. like the implementation of an RFCStatus: There are blocking design concerns.Relevant to the compiler team, which will review and decide on the PR/issue.