rust/src/test
Patrick Walton 8114d0e950 librustc: Disallow multiple patterns from appearing in a "let" declaration.
You can still initialize multiple variables at once with "let (x, y) = (1, 2)".
2013-06-04 21:45:42 -07:00
..
auxiliary libsyntax: Remove pub impl from the language 2013-06-04 21:45:42 -07:00
bench librustc: Disallow multiple patterns from appearing in a "let" declaration. 2013-06-04 21:45:42 -07:00
compile-fail librustc: Disallow multiple patterns from appearing in a "let" declaration. 2013-06-04 21:45:42 -07:00
debug-info auto merge of #5824 : bleibig/rust/debuginfo, r=brson 2013-04-19 12:03:49 -07:00
pretty Change alt to match in filenames. 2013-05-27 17:28:39 -04:00
run-fail librustc: Disallow multiple patterns from appearing in a "let" declaration. 2013-06-04 21:45:42 -07:00
run-pass librustc: Disallow multiple patterns from appearing in a "let" declaration. 2013-06-04 21:45:42 -07:00
run-pass-fulldeps test: Update tests to use the new syntax. 2013-05-22 21:57:10 -07:00