We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#38061 introduced --print target-spec-json but it's a little hard to find out how to use it:
--print target-spec-json
Current:
$ rustc +nightly --print target-spec-json error: unknown print request `target-spec-json`
Expected:
$ rustc +nightly --print target-spec-json error: the `-Z unstable-options` flag must also be passed to enable the print request `target-spec-json`
The text was updated successfully, but these errors were encountered:
explanatory error on --print target-spec-json without unstable options
c6a2399
Resolves rust-lang#41683.
Auto merge of #43260 - zackmdavis:print_target_spec_json_unstable_opt…
381d51d
…ions_error, r=arielb1 explanatory error on `--print target-spec-json` without unstable options  Resolves #41683.
No branches or pull requests
#38061 introduced
--print target-spec-json
but it's a little hard to find out how to use it:Current:
Expected:
The text was updated successfully, but these errors were encountered: