]> git.lizzy.rs Git - rust.git/commit
Auto merge of #21876 - nick29581:driver-args, r=huonw
authorbors <bors@rust-lang.org>
Mon, 9 Feb 2015 19:01:37 +0000 (19:01 +0000)
committerbors <bors@rust-lang.org>
Mon, 9 Feb 2015 19:01:37 +0000 (19:01 +0000)
commit134e00be7751a9fdc820981962e4fd7ea97bfff6
tree84ef58cd6e5aeddb28618679b562181486f664a7
parent0ba9e1fa52627404a1e5b90f745f96a872a0c564
parentf0e1e09dd90ee7ac9360f6c97d6b49ded8d9a7f2
Auto merge of #21876 - nick29581:driver-args, r=huonw

This allows people to write tools which are drop-in replacements for rustc by implementing `CompilerCalls` and three lines of code, rather than having to copy+paste a bunch of args parsing code.

r? @alexcrichton