rust/tests
Georg Brandl cab9905705 better help text for "match -> if let" lint
Implements the suggestion from #87.

Changes span_help_and_lint(), which is only used for this lint,
to use fileline_help() instead of span_help() to avoid printing
the span twice.

Also adds complete suggested new code. I had to distinguish
between blocks, which need no additionals braces, and other exprs.
2015-08-11 19:26:51 +02:00
..
compile-fail better help text for "match -> if let" lint 2015-08-11 19:26:51 +02:00
compile-test.rs extended compile-test.rs to actually observe TESTNAME environment variable and filter tests if available 2015-06-06 02:07:48 +02:00
mut_mut_macro.rs merged upstream master 2015-06-01 13:55:55 +02:00