rust/src/librustc/front
Corey Richardson 873f7408bd rustc: test: don't silently ignore bad benches
This is adequate because when a function has a type that isn't caught here,
that is, it has a single argument, but it *isn't* `&mut BenchHarness`, it
errors later on with:

     error: mismatched types: expected `fn(&mut test::BenchHarness)` but found
     `fn(int)` (expected &-ptr but found int)

which I consider acceptable.

Closes #12997
2014-03-18 13:47:50 -07:00
..
assign_node_ids_and_map.rs De-@ Session usage. 2014-03-17 09:53:06 +02:00
config.rs librustc: Fix up fallout from the automatic conversion. 2014-03-08 21:41:32 +01:00
feature_gate.rs De-@ Session usage. 2014-03-17 09:53:06 +02:00
show_span.rs De-@ Session usage. 2014-03-17 09:53:06 +02:00
std_inject.rs De-@ Session usage. 2014-03-17 09:53:06 +02:00
test.rs rustc: test: don't silently ignore bad benches 2014-03-18 13:47:50 -07:00