rust/src/test
Björn Steinbrink bdc182cc41 Use static string with fail!() and remove fail!(fmt!())
fail!() used to require owned strings but can handle static strings
now. Also, it can pass its arguments to fmt!() on its own, no need for
the caller to call fmt!() itself.
2013-05-14 16:36:23 +02:00
..
auxiliary Use static string with fail!() and remove fail!(fmt!()) 2013-05-14 16:36:23 +02:00
bench Use static string with fail!() and remove fail!(fmt!()) 2013-05-14 16:36:23 +02:00
compile-fail Use static string with fail!() and remove fail!(fmt!()) 2013-05-14 16:36:23 +02:00
debug-info auto merge of #5824 : bleibig/rust/debuginfo, r=brson 2013-04-19 12:03:49 -07:00
pretty add gitattributes and fix whitespace issues 2013-05-03 20:01:42 -04:00
run-fail Use static string with fail!() and remove fail!(fmt!()) 2013-05-14 16:36:23 +02:00
run-pass Use static string with fail!() and remove fail!(fmt!()) 2013-05-14 16:36:23 +02:00
run-pass-fulldeps Use a specialized string interner to reduce the need for owned strings 2013-05-09 14:40:19 +02:00