about summary refs log tree commit diff
path: root/src/libsyntax/parse/parser
diff options
context:
space:
mode:
authorJeremy Fitzhardinge <jsgf@fb.com>2019-07-30 15:57:10 -0700
committerJeremy Fitzhardinge <jsgf@fb.com>2019-08-19 19:06:46 -0700
commitd2219c2e2e287d50c0f9761203d26d5fe3b0e639 (patch)
treeffa424e0cfa2350cbc589c6ce85f2865e0ce81ec /src/libsyntax/parse/parser
parent859657f2c5dbe2cf55cf7a7665383a81e676bdf3 (diff)
downloadrust-d2219c2e2e287d50c0f9761203d26d5fe3b0e639.tar.gz
rust-d2219c2e2e287d50c0f9761203d26d5fe3b0e639.zip
rustc: implement argsfiles for command line
This makes `rustc` support `@path` arguments on the command line. The `path` is opened and the file is interpreted
as new command line options which are logically inserted at that point in the command-line. The options in the file
are one per line. The file is UTF-8 encoded, and may have either Unix or Windows line endings.
It does not support recursive use of `@path`.

This is useful for very large command lines, or when command-lines are being generated into files by other tooling.
Diffstat (limited to 'src/libsyntax/parse/parser')
0 files changed, 0 insertions, 0 deletions