diff options
| author | Brian Anderson <[email protected]> | 2011-05-05 22:44:28 -0400 |
|---|---|---|
| committer | Brian Anderson <[email protected]> | 2011-05-10 21:31:14 -0400 |
| commit | aa40d61d5d8299ba72b390cabe4994bbf985c14c (patch) | |
| tree | 9c1ea921aa5382fefbe984f9ccc305d860d6fe06 /src/fuzzer/Fuzzer.rs | |
| parent | Add meta info to rustc.rc (diff) | |
| download | rust-aa40d61d5d8299ba72b390cabe4994bbf985c14c.tar.xz rust-aa40d61d5d8299ba72b390cabe4994bbf985c14c.zip | |
Link fuzzer to the rustc crate
Diffstat (limited to 'src/fuzzer/Fuzzer.rs')
| -rw-r--r-- | src/fuzzer/Fuzzer.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fuzzer/Fuzzer.rs b/src/fuzzer/Fuzzer.rs index ea3850b2..60db8ecb 100644 --- a/src/fuzzer/Fuzzer.rs +++ b/src/fuzzer/Fuzzer.rs @@ -1,2 +1,3 @@ -fn main() { +fn main(vec[str] args) { + rustc.driver.rustc.main(args); }
\ No newline at end of file |