rust-clippy/tests/compile-fail
2015-08-13 15:31:16 +02:00
..
approx_const.rs tests: use fragment of lint text for error checking 2015-08-13 08:12:07 +02:00
attrs.rs all: make style of lint messages consistent 2015-08-12 10:47:09 +02:00
bit_masks.rs tests: use fragment of lint text for error checking 2015-08-13 08:12:07 +02:00
box_vec.rs all: make style of lint messages consistent 2015-08-12 10:47:09 +02:00
cmp_nan.rs tests: use fragment of lint text for error checking 2015-08-13 08:12:07 +02:00
cmp_owned.rs all: whitespace cleanup 2015-08-11 20:22:50 +02:00
collapsible_if.rs all: make style of lint messages consistent 2015-08-12 10:47:09 +02:00
dlist.rs Use compiletest 2015-04-14 00:20:44 +05:30
eq_op.rs spelling fix, rework needless_bool with snippet (fixes #150) 2015-08-13 15:31:16 +02:00
eta.rs all: make style of lint messages consistent 2015-08-12 10:47:09 +02:00
float_cmp.rs tests: use fragment of lint text for error checking 2015-08-13 08:12:07 +02:00
for_loop.rs new lint: using for i in 0..x { .. vec[i] .. } instead of iterator (fixes #3) 2015-08-13 06:34:08 +02:00
identity_op.rs tests: use fragment of lint text for error checking 2015-08-13 08:12:07 +02:00
len_zero.rs len_zero: display full suggested expr in message 2015-08-12 10:53:14 +02:00
let_return.rs tests: use fragment of lint text for error checking 2015-08-13 08:12:07 +02:00
let_unit.rs tests: use fragment of lint text for error checking 2015-08-13 08:12:07 +02:00
lifetimes.rs lifetimes test: use explicit message prefix 2015-08-13 07:51:24 +02:00
match_if_let.rs all: make style of lint messages consistent 2015-08-12 10:47:09 +02:00
methods.rs tests: use fragment of lint text for error checking 2015-08-13 08:12:07 +02:00
modulo_one.rs all: make style of lint messages consistent 2015-08-12 10:47:09 +02:00
mut_mut.rs tests: use fragment of lint text for error checking 2015-08-13 08:12:07 +02:00
needless_bool.rs spelling fix, rework needless_bool with snippet (fixes #150) 2015-08-13 15:31:16 +02:00
needless_return.rs tests: use fragment of lint text for error checking 2015-08-13 08:12:07 +02:00
precedence.rs tests: use fragment of lint text for error checking 2015-08-13 08:12:07 +02:00
ptr_arg.rs tests: use fragment of lint text for error checking 2015-08-13 08:12:07 +02:00
strings.rs fixed error messages in compile-fail test 2015-08-13 11:38:39 +02:00
toplevel_ref_arg.rs Use compiletest 2015-04-14 00:20:44 +05:30
unicode.rs unicode: add lint against non-ascii chars in literals (Allow by default), #85 2015-08-12 20:36:35 +02:00