rust/src/test
bors e5fdc7dee5 auto merge of #9320 : chris-morgan/rust/unreachable-macro-part-two-of-two-containing-the-destruction-of-the-unreachable-function, r=alexcrichton
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-20 00:36:11 -07:00
..
auxiliary
bench Modernize extra::future API 2013-09-19 15:19:20 -07:00
codegen
compile-fail auto merge of #9320 : chris-morgan/rust/unreachable-macro-part-two-of-two-containing-the-destruction-of-the-unreachable-function, r=alexcrichton 2013-09-20 00:36:11 -07:00
debug-info Replace unreachable() calls with unreachable!(). 2013-09-19 15:04:03 +10:00
pretty
run-fail
run-pass auto merge of #9320 : chris-morgan/rust/unreachable-macro-part-two-of-two-containing-the-destruction-of-the-unreachable-function, r=alexcrichton 2013-09-20 00:36:11 -07:00
run-pass-fulldeps