Link the fuzzer crate to librustc again

This commit is contained in:
Brian Anderson 2011-07-04 15:30:28 -07:00
parent 5c9fb0bc98
commit ccf6112f15
2 changed files with 3 additions and 1 deletions

View file

@ -1,6 +1,7 @@
// -*- rust -*-
use std;
use rustc;
mod fuzzer;