<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/test/ui/commandline-argfile-badutf8.args, branch 1.43.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.43.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.43.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2019-08-20T02:06:46+00:00</updated>
<entry>
<title>rustc: implement argsfiles for command line</title>
<updated>2019-08-20T02:06:46+00:00</updated>
<author>
<name>Jeremy Fitzhardinge</name>
<email>jsgf@fb.com</email>
</author>
<published>2019-07-30T22:57:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d2219c2e2e287d50c0f9761203d26d5fe3b0e639'/>
<id>urn:sha1:d2219c2e2e287d50c0f9761203d26d5fe3b0e639</id>
<content type='text'>
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.
</content>
</entry>
</feed>
