Closed
Description
Many tools, such as gcc and gnu-ld, support "args files" - that is, being able to specify @file on the command line.
Implemented in #63175
This implements a straightforward form where each argument is on a separate line in a text file. This allows for everything except for arguments with internal line breaks.
Description (also in docs)
If you specify @path
on the command-line, then it will open path
and read
command line options from it. These options are one per line; a blank line indicates
an empty option. The file can use Unix or Windows style line endings, and must be
encoded as UTF-8.
Metadata
Metadata
Assignees
Labels
Area: rustc_driver that ties everything together into the `rustc` compilerBlocker: Implemented in the nightly compiler and unstable.Category: An issue tracking the progress of sth. like the implementation of an RFCRelevant to the compiler team, which will review and decide on the PR/issue.This issue / PR is in PFCP or FCP with a disposition to merge it.The final comment period is finished for this PR / Issue.