rust/src/test
Tim Chevalier 65839fa622 Emit a type error for integer literals where the expected type is char
For example, in let x: char = 42; This was an ICE and is now a
proper type error, as per #3477
2012-12-22 15:58:05 -08:00
..
auxiliary Stop resolving static methods at the module level. Closes #4179 2012-12-18 18:35:18 -08:00
bench core: add macro_rules! for "condition! { c: in -> out; }". 2012-12-18 17:22:27 -08:00
compile-fail Emit a type error for integer literals where the expected type is char 2012-12-22 15:58:05 -08:00
pretty tests: relicense .pp files. Oddly not caught during local testing. 2012-12-10 18:15:39 -08:00
run-fail Fix broken tests 2012-12-14 15:10:45 -08:00
run-pass tests: Add test case. Closes #3250 2012-12-22 14:58:30 -08:00
run-pass-fulldeps syntax: remove all remaining uses of #ast, and #ast / qquote itself. 2012-12-12 15:02:47 -08:00