rustc --emit=foo=file
is not documented in rustc --help -v
#139805
Labels
A-CLI
Area: Command-line interface (CLI) to the compiler
A-diagnostics
Area: Messages for errors, warnings, and lints
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Similar to #139794, emitting to a file is not explained in
--help
. This is a little more complex to concisely explain than--print
, since the different emit kinds interact differently with an output path.The text was updated successfully, but these errors were encountered: