rust/tests/compile-fail
inrustwetrust efd553c8a9 Don't show the explicit_iter_loop lint for arrays with more than 32 elements
The IntoIterator trait is currently not implemented for arrays with more than
32 elements, so for longer arrays, the iter() or iter_mut() methods must be
used.
2015-09-06 13:36:21 +02:00
..
approx_const.rs shadowing detection 2015-08-25 13:40:26 +02:00
attrs.rs all: make style of lint messages consistent 2015-08-12 10:47:09 +02:00
bit_masks.rs fixed #203 and #197 2015-08-19 09:39:03 +02:00
box_vec.rs all: make style of lint messages consistent 2015-08-12 10:47:09 +02:00
cast.rs Completed the implementation of *size handling. 2015-08-22 23:49:03 +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 made is_negative(..) public (+doctest), fixed identity_op and precedence 2015-08-16 23:09:56 +02:00
collapsible_if.rs all: make style of lint messages consistent 2015-08-12 10:47:09 +02:00
complex_types.rs new lint: type complexity (fixes #93) 2015-08-22 08:57:11 +02:00
dlist.rs types: use middle::ty types instead of ast types 2015-08-21 19:21:19 +02:00
eq_op.rs eq_op: cut back to expressions that are guaranteed side effect free 2015-08-25 12:34:37 +02:00
eta.rs eta_reduction: fix false positive for unsafe fns (fixes #243) 2015-08-26 17:09:51 +02:00
float_cmp.rs check item name for eq, fixes #268 2015-09-02 10:30:11 +02:00
for_loop.rs Don't show the explicit_iter_loop lint for arrays with more than 32 elements 2015-09-06 13:36:21 +02:00
identity_op.rs added regression test for #189 2015-08-17 12:08:45 +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 lint: walk type bounds as well as types (fixes #253, again) 2015-08-31 11:26:41 +02:00
matches.rs reporting improvements 2015-09-02 08:19:47 +02:00
methods.rs methods: try to allow value self when type is Copy (fixes #273) 2015-09-01 21:08:49 +02:00
min_max.rs added test against const lookup 2015-09-05 16:24:41 +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
patterns.rs new lint: unnecessary patterns (x@_ -> x) 2015-08-30 19:02:30 +02:00
precedence.rs add precedence_negative_literal lint 2015-08-30 17:34:48 +02:00
ptr_arg.rs ptr_arg improvements (fixes #214) 2015-08-21 19:21:18 +02:00
range.rs New lint: Range::step_by(0) (fixes #95) 2015-08-16 12:58:54 -04:00
shadow.rs reporting improvements 2015-09-02 08:19:47 +02:00
strings.rs methods: suggest correct replacement for to_string() (fixes #232) 2015-08-25 18:39:21 +02:00
toplevel_ref_arg.rs restrict toplevel_ref_arg to only functions (fixes #170) 2015-08-16 17:24:03 +05:30
unicode.rs Add false positive checks to unicode test 2015-09-04 16:27:53 +05:30
unit_cmp.rs new lint: comparing unit types (fixes #201) 2015-08-19 08:11:00 +02:00
while_loop.rs new lint: loop-match-break, which could be while-let (fixes #118) 2015-08-30 12:40:39 +02:00