rust/tests/compile-fail
2015-09-28 07:11:03 +02:00
..
approx_const.rs
attrs.rs
bit_masks.rs all: remove trailing spaces 2015-09-28 07:11:03 +02:00
box_vec.rs
cast.rs all: remove trailing spaces 2015-09-28 07:11:03 +02:00
cmp_nan.rs
cmp_owned.rs
collapsible_if.rs
complex_types.rs
dlist.rs
eq_op.rs
eta.rs
float_cmp.rs check item name for eq, fixes #268 2015-09-02 10:30:11 +02:00
for_loop.rs Check for mutable borrow of counter variable 2015-09-15 09:41:25 -04:00
identity_op.rs
len_zero.rs
let_return.rs generalize let_and_return for any block (closes #340) 2015-09-20 13:57:31 +02:00
let_unit.rs additional macro check + more tests 2015-09-10 08:51:14 +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 Handle let ref in toplevel_ref_arg as well 2015-09-22 12:46:51 +05:30
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
mut_mut.rs Fix mut_mut false positive, make Allow (fixes #309) 2015-09-08 02:29:13 +05:30
needless_bool.rs
needless_return.rs
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
range.rs
shadow.rs Upgrade Rust to rustc 1.5.0-nightly (cff041170 2015-09-17) 2015-09-19 08:23:04 +05:30
strings.rs
toplevel_ref_arg.rs Handle let ref in toplevel_ref_arg as well 2015-09-22 12:46:51 +05:30
unicode.rs all: remove trailing spaces 2015-09-28 07:11:03 +02:00
unit_cmp.rs additional macro check + more tests 2015-09-10 08:51:14 +02:00
while_loop.rs