rust/src/test
Ariel Ben-Yehuda 0eb17e3f31 Ensure that the return type of a function is Sized
While no real rvalue of an unsized type can exist, a diverging function
can still "return" a value of such a type, which causes an ICE.

Fixes #18107.
2014-10-19 23:54:45 +03:00
..
auxiliary Ensure that the return type of a function is Sized 2014-10-19 23:54:45 +03:00
bench auto merge of #18056 : TeXitoi/rust/shootout-reverse-complement-improvement, r=alexcrichton 2014-10-17 05:42:19 +00:00
codegen librustc: Forbid private types in public APIs. 2014-09-22 20:05:45 -07:00
compile-fail Ensure that the return type of a function is Sized 2014-10-19 23:54:45 +03:00
compile-fail-fulldeps Set the non_uppercase_statics lint to warn by default 2014-10-03 20:39:56 +13:00
debuginfo Remove virtual struct tests 2014-10-11 19:42:26 +02:00
pretty test: Convert statics to constants 2014-10-09 09:44:52 -07:00
run-fail Remove libdebug and update tests. 2014-10-16 11:15:34 -04:00
run-make Continue cfg syntax transition 2014-10-12 11:40:19 -07:00
run-pass auto merge of #18113 : bkoropoff/rust/issue-16739, r=alexcrichton 2014-10-18 21:02:17 +00:00
run-pass-fulldeps syntax: Parse outer attributes in quote_method! 2014-10-06 10:53:05 -04:00