rust/src/test/compile-fail
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
..
2014-01-12 10:35:10 +01:00
2013-05-22 16:11:48 +09:00
2014-01-03 14:02:01 -08:00
2013-10-23 18:06:12 -04:00
2014-02-07 12:49:24 -06:00
2014-03-16 18:54:10 -04:00
2013-10-23 18:06:12 -04:00