rust/tests/compile-fail
Martin Carton 4c4b1af03c Merge pull request #928 from oli-obk/unnecessary_operation
add a companion lint to `no_effect` with suggestions for partially (in-)effective statements
2016-05-13 17:45:58 +02:00
..
absurd-extreme-comparisons.rs add a companion lint to no_effect with suggestions for partially effective statements 2016-05-13 16:43:47 +02:00
approx_const.rs
arithmetic.rs add a companion lint to no_effect with suggestions for partially effective statements 2016-05-13 16:43:47 +02:00
array_indexing.rs add a companion lint to no_effect with suggestions for partially effective statements 2016-05-13 16:43:47 +02:00
assign_ops.rs suggest a op= b over a = a op b 2016-05-11 15:32:20 +02:00
attrs.rs
bit_masks.rs add a companion lint to no_effect with suggestions for partially effective statements 2016-05-13 16:43:47 +02:00
blacklisted_name.rs
block_in_if_condition.rs
bool_comparison.rs
booleans.rs
box_vec.rs
cast.rs add a companion lint to no_effect with suggestions for partially effective statements 2016-05-13 16:43:47 +02:00
char_lit_as_u8.rs
cmp_nan.rs add a companion lint to no_effect with suggestions for partially effective statements 2016-05-13 16:43:47 +02:00
cmp_owned.rs add a companion lint to no_effect with suggestions for partially effective statements 2016-05-13 16:43:47 +02:00
collapsible_if.rs
complex_types.rs
conf_bad_arg.rs
conf_french_blacklisted_name.rs
conf_french_blacklisted_name.toml
conf_non_existant.rs don't check for an exact error message 2016-05-13 13:45:25 +02:00
conf_unknown_key.rs
conf_unknown_key.toml
copies.rs add a companion lint to no_effect with suggestions for partially effective statements 2016-05-13 16:43:47 +02:00
cyclomatic_complexity.rs
derive.rs
dlist.rs
doc.rs
drop_ref.rs
duplicate_underscore_argument.rs
entry.rs
enum_glob_use.rs
enum_variants.rs
enums_clike.rs ignore the portability test on 32 bit 2016-05-13 13:45:53 +02:00
eq_op.rs add a companion lint to no_effect with suggestions for partially effective statements 2016-05-13 16:43:47 +02:00
escape_analysis.rs
eta.rs add needless_borrow lint 2016-05-09 13:07:43 +02:00
float_cmp.rs add a companion lint to no_effect with suggestions for partially effective statements 2016-05-13 16:43:47 +02:00
for_loop.rs
format.rs
formatting.rs
functions.rs fix typos 2016-05-13 08:50:51 +03:00
identity_op.rs add a companion lint to no_effect with suggestions for partially effective statements 2016-05-13 16:43:47 +02:00
if_not_else.rs
invalid_upcast_comparisons.rs add a companion lint to no_effect with suggestions for partially effective statements 2016-05-13 16:43:47 +02:00
item_after_statement.rs
len_zero.rs
let_return.rs
let_unit.rs
lifetimes.rs
map_clone.rs
matches.rs
mem_forget.rs
methods.rs add a companion lint to no_effect with suggestions for partially effective statements 2016-05-13 16:43:47 +02:00
min_max.rs
modulo_one.rs add a companion lint to no_effect with suggestions for partially effective statements 2016-05-13 16:43:47 +02:00
mut_mut.rs add a companion lint to no_effect with suggestions for partially effective statements 2016-05-13 16:43:47 +02:00
mut_reference.rs
mutex_atomic.rs
needless_bool.rs
needless_borrow.rs add needless_borrow lint 2016-05-09 13:07:43 +02:00
needless_return.rs
needless_update.rs
neg_multiply.rs add a companion lint to no_effect with suggestions for partially effective statements 2016-05-13 16:43:47 +02:00
new_without_default.rs
no_effect.rs add a companion lint to no_effect with suggestions for partially effective statements 2016-05-13 16:43:47 +02:00
non_expressive_names.rs merge struct similar_name test into the general test file 2016-05-11 17:01:34 +02:00
open_options.rs
overflow_check_conditional.rs
panic.rs
patterns.rs
precedence.rs
print.rs
ptr_arg.rs
range.rs
redundant_closure_call.rs
regex.rs
shadow.rs
strings.rs suggest a op= b over a = a op b 2016-05-11 15:32:20 +02:00
swap.rs
temporary_assignment.rs
toplevel_ref_arg.rs
transmute.rs
unicode.rs
unit_cmp.rs add a companion lint to no_effect with suggestions for partially effective statements 2016-05-13 16:43:47 +02:00
unneeded_field_pattern.rs
unsafe_removed_from_name.rs
unused_labels.rs
unused_lt.rs
used_underscore_binding.rs
vec.rs
while_loop.rs
wrong_self_convention.rs
zero_div_zero.rs