diff options
| author | Graydon Hoare <[email protected]> | 2010-09-16 00:26:19 -0700 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2010-09-16 00:26:19 -0700 |
| commit | 91b4a0c9f8ba7be56fc098ffc6182a888e3970bf (patch) | |
| tree | 4e56c4dc3626d03026dd32c2079d9afad8140832 /src/boot/driver/session.ml | |
| parent | Add Peter Hull's contributed translation of the fasta shootout benchmark (int... (diff) | |
| download | rust-91b4a0c9f8ba7be56fc098ffc6182a888e3970bf.tar.xz rust-91b4a0c9f8ba7be56fc098ffc6182a888e3970bf.zip | |
Add beginnings of a fuzzer to rustboot.
Diffstat (limited to 'src/boot/driver/session.ml')
| -rw-r--r-- | src/boot/driver/session.ml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/boot/driver/session.ml b/src/boot/driver/session.ml index f8e79fe2..beb551bb 100644 --- a/src/boot/driver/session.ml +++ b/src/boot/driver/session.ml @@ -45,6 +45,7 @@ type sess = mutable sess_report_gc: bool; mutable sess_report_deps: bool; mutable sess_next_crate_id: int; + mutable sess_fuzz_item_count: int; sess_timings: (string, float) Hashtbl.t; sess_spans: (node_id,span) Hashtbl.t; sess_lib_dirs: filename Queue.t; |