rust/src/test
Chris Morgan e2807a4565 Replace unreachable() calls with unreachable!().
This is the second of two parts of #8991, now possible as a new snapshot
has been made. (The first part implemented the unreachable!() macro; it
was #8992, 6b7b8f2682.)

``std::util::unreachable()`` is removed summarily; any code which used
it should now use the ``unreachable!()`` macro.

Closes #9312.

Closes #8991.
2013-09-19 15:04:03 +10:00
..
auxiliary Prevent a rare linkage issue with an xcrate static 2013-09-17 11:24:05 -07:00
bench switch Drop to &mut self 2013-09-16 22:19:23 -04:00
codegen Fix warnings it tests 2013-08-17 08:42:35 -07:00
compile-fail Replace unreachable() calls with unreachable!(). 2013-09-19 15:04:03 +10:00
debug-info Replace unreachable() calls with unreachable!(). 2013-09-19 15:04:03 +10:00
pretty pp: also print bounds in paths with no generic params 2013-09-17 23:41:42 +02:00
run-fail switch Drop to &mut self 2013-09-16 22:19:23 -04:00
run-pass Replace unreachable() calls with unreachable!(). 2013-09-19 15:04:03 +10:00
run-pass-fulldeps quote_*! macros take an ExtCtx 2013-08-18 13:14:15 -04:00