2019-09-30 11:58:53 +03:00
|
|
|
//! See test_utils/src/marks.rs
|
|
|
|
|
2020-03-04 14:25:22 +01:00
|
|
|
test_utils::marks![
|
2019-02-24 14:22:25 +03:00
|
|
|
introduce_var_in_comment_is_not_applicable
|
|
|
|
test_introduce_var_expr_stmt
|
|
|
|
test_introduce_var_last_expr
|
2020-03-03 16:56:42 +01:00
|
|
|
not_applicable_outside_of_bind_pat
|
|
|
|
test_not_inline_mut_variable
|
2020-03-04 14:25:22 +01:00
|
|
|
test_not_applicable_if_variable_unused
|
2020-03-25 15:55:57 +01:00
|
|
|
change_visibility_field_false_positive
|
2020-04-29 14:49:54 +02:00
|
|
|
test_add_from_impl_already_exists
|
2020-03-04 14:25:22 +01:00
|
|
|
];
|