]> git.lizzy.rs Git - rust.git/commit
Re-export `getopts` so custom drivers can reference it.
authorRichard Diamond <wichard@vitalitystudios.com>
Sun, 30 Sep 2018 15:43:47 +0000 (10:43 -0500)
committerRichard Diamond <wichard@vitalitystudios.com>
Sun, 30 Sep 2018 15:48:00 +0000 (10:48 -0500)
commit0b76a97793ddf7e249717507022fae6b6ecd2361
tree4934731ea7182acdeaf7e8056a53604dae2a3985
parent1886d5fe1cdd1a016ecea9fc93d68b3052c528c8
Re-export `getopts` so custom drivers can reference it.

Otherwise, custom drivers will have to use their own copy of `getopts`, which
won't match the types used in `CompilerCalls`.
src/librustc_driver/lib.rs