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 Prevent a rare linkage issue with an xcrate static 2013-09-17 11:24:05 -07:00
bench Modernize extra::future API 2013-09-19 15:19:20 -07:00
codegen Fix warnings it tests 2013-08-17 08:42:35 -07:00
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 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 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 quote_*! macros take an ExtCtx 2013-08-18 13:14:15 -04:00