rust/tests/ui
Philipp Hansch b7929cafe1
Fix false positive in empty_line_after_outer_attr
Before, when you had a block comment between an attribute and the
following item like this:

```rust
\#[crate_type = "lib"]
/*

*/
pub struct Rust;
```

It would cause a false positive on the lint, because there is an empty
line inside the block comment.

This makes sure that basic block comments are detected and removed from
the snippet that was created before.
2018-03-30 12:36:50 +02:00
..
absurd-extreme-comparisons.rs Fix #1159: avoid comparing fixed and target sized types in lint 2018-01-12 18:33:25 +01:00
absurd-extreme-comparisons.stderr Update test suite 2018-03-28 23:49:32 +02:00
approx_const.rs Fix unreadable_literal lint for scientific float notation 2018-03-04 16:28:34 +01:00
approx_const.stderr Update changed ui tests 2018-01-17 14:44:40 +01:00
arithmetic.rs
arithmetic.stderr Update changed ui tests 2018-01-17 14:44:40 +01:00
array_indexing.rs Rustup 2018-03-16 09:44:20 +01:00
array_indexing.stderr Update changed ui tests 2018-01-17 14:44:40 +01:00
assign_ops2.rs Additionally suggest the semantic equal variant 2018-01-30 17:45:35 +01:00
assign_ops2.stderr Additionally suggest the semantic equal variant 2018-01-30 17:45:35 +01:00
assign_ops.rs
assign_ops.stderr Update changed ui tests 2018-01-17 14:44:40 +01:00
attrs.rs
attrs.stderr Update changed ui tests 2018-01-17 14:44:40 +01:00
author.rs Fix author lint 2018-02-24 02:19:47 +01:00
author.stdout Fix author lint 2018-02-24 02:19:47 +01:00
bit_masks.rs
bit_masks.stderr Update test suite 2018-03-28 23:49:32 +02:00
blacklisted_name.rs
blacklisted_name.stderr Update changed ui tests 2018-01-17 14:44:40 +01:00
block_in_if_condition.rs
block_in_if_condition.stderr Update changed ui tests 2018-01-17 14:44:40 +01:00
bool_comparison.rs
bool_comparison.stderr Update changed ui tests 2018-01-17 14:44:40 +01:00
booleans.rs More tests. 2017-11-19 11:29:25 +00:00
booleans.stderr Update changed ui tests 2018-01-17 14:44:40 +01:00
borrow_box.rs
borrow_box.stderr Update changed ui tests 2018-01-17 14:44:40 +01:00
box_vec.rs
box_vec.stderr Update changed ui tests 2018-01-17 14:44:40 +01:00
builtin-type-shadow.rs
builtin-type-shadow.stderr Update tests 2018-03-15 10:25:57 +01:00
bytecount.rs
bytecount.stderr Update changed ui tests 2018-01-17 14:44:40 +01:00
cast_lossless_float.rs Split up casting UI tests 2018-01-06 11:22:20 +01:00
cast_lossless_float.stderr Update changed ui tests 2018-01-17 14:44:40 +01:00
cast_lossless_integer.rs Split up casting UI tests 2018-01-06 11:22:20 +01:00
cast_lossless_integer.stderr Update changed ui tests 2018-01-17 14:44:40 +01:00
cast_size.rs Split up casting UI tests 2018-01-06 11:22:20 +01:00
cast_size.stderr Update changed ui tests 2018-01-17 14:44:40 +01:00
cast.rs Split up casting UI tests 2018-01-06 11:22:20 +01:00
cast.stderr Update changed ui tests 2018-01-17 14:44:40 +01:00
char_lit_as_u8.rs
char_lit_as_u8.stderr Update changed ui tests 2018-01-17 14:44:40 +01:00
clone_on_copy_impl.rs Don't suggest changing explicit Clone impls if they have generics 2018-01-11 10:28:42 +01:00
clone_on_copy_mut.rs Fix #1925 2017-11-30 10:55:06 +01:00
cmp_nan.rs
cmp_nan.stderr Update changed ui tests 2018-01-17 14:44:40 +01:00
cmp_null.rs
cmp_null.stderr Update changed ui tests 2018-01-17 14:44:40 +01:00
cmp_owned.rs
cmp_owned.stderr Update changed ui tests 2018-01-17 14:44:40 +01:00
collapsible_if.rs
collapsible_if.stderr Update changed ui tests 2018-01-17 14:44:40 +01:00
complex_types.rs
complex_types.stderr Update changed ui tests 2018-01-17 14:44:40 +01:00
conf_bad_arg.rs
conf_bad_arg.stderr Update tests 2018-03-15 10:25:57 +01:00
conf_bad_toml.rs Apply changes that were required for running in the rustc test suite 2017-11-14 14:56:00 +01:00
conf_bad_toml.stderr Update tests 2018-03-15 10:25:57 +01:00
conf_bad_toml.toml
conf_bad_type.rs Apply changes that were required for running in the rustc test suite 2017-11-14 14:56:00 +01:00
conf_bad_type.stderr Update tests 2018-03-15 10:25:57 +01:00
conf_bad_type.toml
conf_french_blacklisted_name.rs Apply changes that were required for running in the rustc test suite 2017-11-14 14:56:00 +01:00
conf_french_blacklisted_name.stderr Update tests 2018-03-15 10:25:57 +01:00
conf_path_non_string.rs
conf_path_non_string.stderr Update tests 2018-03-15 10:25:57 +01:00
conf_unknown_key.rs Apply changes that were required for running in the rustc test suite 2017-11-14 14:56:00 +01:00
conf_unknown_key.stderr Update tests 2018-03-15 10:25:57 +01:00
const_static_lifetime.rs Fix const_static_lifetime 2018-02-02 02:03:21 -05:00
const_static_lifetime.stderr don't suggest eliding 'static on associated consts 2018-02-06 12:22:34 -06:00
copies.rs Rustup 2018-03-16 09:44:20 +01:00
copies.stderr Rustup 2018-03-16 09:44:20 +01:00
cstring.rs
cstring.stderr Update test suite 2018-03-28 23:49:32 +02:00
cyclomatic_complexity_attr_used.rs
cyclomatic_complexity_attr_used.stderr Update changed ui tests 2018-01-17 14:44:40 +01:00
cyclomatic_complexity.rs
cyclomatic_complexity.stderr Update changed ui tests 2018-01-17 14:44:40 +01:00
decimal_literal_representation.rs Make decimal_literal_representation a restriction lint 2018-02-06 13:05:20 +01:00
decimal_literal_representation.stderr Fix #2494 add suggestion for unreadable_literal 2018-03-03 12:25:20 -05:00
deprecated.rs
deprecated.stderr Update changed ui tests 2018-01-17 14:44:40 +01:00
derive.rs Update test suite 2018-03-28 23:49:32 +02:00
derive.stderr Update test suite 2018-03-28 23:49:32 +02:00
diverging_sub_expression.rs
diverging_sub_expression.stderr Update changed ui tests 2018-01-17 14:44:40 +01:00
dlist.rs Update test suite 2018-03-28 23:49:32 +02:00
dlist.stderr Update changed ui tests 2018-01-17 14:44:40 +01:00
doc.rs
doc.stderr Update changed ui tests 2018-01-17 14:44:40 +01:00
double_comparison.rs Add double comparions lint 2018-01-30 10:35:35 +09:00
double_comparison.stderr Update test suite 2018-03-28 23:49:32 +02:00
double_neg.rs
double_neg.stderr Update changed ui tests 2018-01-17 14:44:40 +01:00
double_parens.rs
double_parens.stderr Update changed ui tests 2018-01-17 14:44:40 +01:00
drop_forget_copy.rs Apply requested changes 2018-01-23 15:29:31 +01:00
drop_forget_copy.stderr Update changed ui tests 2018-01-17 14:44:40 +01:00
drop_forget_ref.rs
drop_forget_ref.stderr Update changed ui tests 2018-01-17 14:44:40 +01:00
duplicate_underscore_argument.rs
duplicate_underscore_argument.stderr Update changed ui tests 2018-01-17 14:44:40 +01:00
else_if_without_else.rs add new lint else_if_without_else 2018-01-14 22:53:00 -06:00
else_if_without_else.stderr Update changed ui tests 2018-01-17 14:44:40 +01:00
empty_enum.rs
empty_enum.stderr Update changed ui tests 2018-01-17 14:44:40 +01:00
empty_line_after_outer_attribute.rs Fix false positive in empty_line_after_outer_attr 2018-03-30 12:36:50 +02:00
empty_line_after_outer_attribute.stderr Make lint work on all members of ast::Item_ 2018-01-29 10:03:52 +01:00
entry.rs
entry.stderr Update changed ui tests 2018-01-17 14:44:40 +01:00
enum_glob_use.rs Fix enum_glob_use false positives 2018-03-27 06:34:11 +02:00
enum_glob_use.stderr Update changed ui tests 2018-01-17 14:44:40 +01:00
enum_variants.rs
enum_variants.stderr Update changed ui tests 2018-01-17 14:44:40 +01:00
enums_clike.rs
enums_clike.stderr Update changed ui tests 2018-01-17 14:44:40 +01:00
eq_op.rs Add tests to ensure that issue #2420 is resolved 2018-03-23 20:26:52 +02:00
eq_op.stderr Add tests to ensure that issue #2420 is resolved 2018-03-23 20:26:52 +02:00
erasing_op.rs
erasing_op.stderr Update changed ui tests 2018-01-17 14:44:40 +01:00
escape_analysis.rs
escape_analysis.stderr
eta.rs
eta.stderr Update changed ui tests 2018-01-17 14:44:40 +01:00
eval_order_dependence.rs
eval_order_dependence.stderr Update changed ui tests 2018-01-17 14:44:40 +01:00
explicit_write.rs
explicit_write.stderr Update changed ui tests 2018-01-17 14:44:40 +01:00
fallible_impl_from.rs Fix #2188 2017-11-29 17:20:00 +01:00
fallible_impl_from.stderr Update changed ui tests 2018-01-17 14:44:40 +01:00
filter_methods.rs
filter_methods.stderr Update changed ui tests 2018-01-17 14:44:40 +01:00
float_cmp_const.rs put back negative tests but allow float_cmp 2017-11-06 21:34:30 +11:00
float_cmp_const.stderr Update changed ui tests 2018-01-17 14:44:40 +01:00
float_cmp.rs
float_cmp.stderr Update to rustc master 2018-03-13 11:38:21 +01:00
for_loop.rs Rustup 2018-03-16 09:44:20 +01:00
for_loop.stderr Update spans 2018-01-29 09:48:11 +05:30
for_loop.stdout Enable more patterns in the author lint 2018-01-24 13:04:06 +01:00
format.rs
format.stderr Add suggestion to useless_format 2018-03-19 09:27:15 -05:00
formatting.rs
formatting.stderr Update changed ui tests 2018-01-17 14:44:40 +01:00
functions.rs
functions.stderr Update changed ui tests 2018-01-17 14:44:40 +01:00
get_unwrap.rs
get_unwrap.stderr Update changed ui tests 2018-01-17 14:44:40 +01:00
identity_conversion.rs
identity_conversion.stderr Update changed ui tests 2018-01-17 14:44:40 +01:00
identity_op.rs Apply requested changes 2018-01-23 15:29:31 +01:00
identity_op.stderr Apply requested changes 2018-01-23 15:29:31 +01:00
if_let_redundant_pattern_matching.rs
if_let_redundant_pattern_matching.stderr Update changed ui tests 2018-01-17 14:44:40 +01:00
if_not_else.rs
if_not_else.stderr Update changed ui tests 2018-01-17 14:44:40 +01:00
implicit_hasher.rs Apply changes that were required for running in the rustc test suite 2017-11-14 14:56:00 +01:00
implicit_hasher.stderr Update changed ui tests 2018-01-17 14:44:40 +01:00
inconsistent_digit_grouping.rs
inconsistent_digit_grouping.stderr Fix #2494 add suggestion for unreadable_literal 2018-03-03 12:25:20 -05:00
infinite_iter.rs
infinite_iter.stderr Update changed ui tests 2018-01-17 14:44:40 +01:00
infinite_loop.rs Fix check of immutable condition in closure 2018-03-27 01:21:25 +02:00
infinite_loop.stderr Update test suite 2018-03-28 23:49:32 +02:00
inline_fn_without_body.rs Make lint work on all members of ast::Item_ 2018-01-29 10:03:52 +01:00
inline_fn_without_body.stderr Make lint work on all members of ast::Item_ 2018-01-29 10:03:52 +01:00
int_plus_one.rs Apply changes that were required for running in the rustc test suite 2017-11-14 14:56:00 +01:00
int_plus_one.stderr Update changed ui tests 2018-01-17 14:44:40 +01:00
invalid_ref.rs Apply changes that were required for running in the rustc test suite 2017-11-14 14:56:00 +01:00
invalid_ref.stderr Update test suite 2018-03-28 23:49:32 +02:00
invalid_upcast_comparisons.rs
invalid_upcast_comparisons.stderr Update changed ui tests 2018-01-17 14:44:40 +01:00
issue_2356.rs Fix get_enclosing_block 2018-02-02 01:53:48 -05:00
issue_2356.stderr Fix get_enclosing_block 2018-02-02 01:53:48 -05:00
item_after_statement.rs
item_after_statement.stderr Update changed ui tests 2018-01-17 14:44:40 +01:00
large_digit_groups.rs
large_digit_groups.stderr Fix #2494 add suggestion for unreadable_literal 2018-03-03 12:25:20 -05:00
large_enum_variant.rs
large_enum_variant.stderr Update changed ui tests 2018-01-17 14:44:40 +01:00
len_zero.rs
len_zero.stderr Update changed ui tests 2018-01-17 14:44:40 +01:00
let_if_seq.rs
let_if_seq.stderr Update changed ui tests 2018-01-17 14:44:40 +01:00
let_return.rs
let_return.stderr Update changed ui tests 2018-01-17 14:44:40 +01:00
let_unit.rs
let_unit.stderr Update changed ui tests 2018-01-17 14:44:40 +01:00
lifetimes.rs
lifetimes.stderr Update changed ui tests 2018-01-17 14:44:40 +01:00
literals.rs
literals.stderr Update changed ui tests 2018-01-17 14:44:40 +01:00
map_clone.rs
map_clone.stderr Update changed ui tests 2018-01-17 14:44:40 +01:00
matches.rs Update test suite 2018-03-28 23:49:32 +02:00
matches.stderr Update test suite 2018-03-28 23:49:32 +02:00
mem_forget.rs
mem_forget.stderr Update changed ui tests 2018-01-17 14:44:40 +01:00
methods.rs Update test suite 2018-03-28 23:49:32 +02:00
methods.stderr Stop unwanted newlines being applied on unwrap_or 2018-02-21 11:29:08 -05:00
min_max.rs
min_max.stderr Update changed ui tests 2018-01-17 14:44:40 +01:00
missing-doc.rs
missing-doc.stderr Update changed ui tests 2018-01-17 14:44:40 +01:00
module_inception.rs
module_inception.stderr Update changed ui tests 2018-01-17 14:44:40 +01:00
modulo_one.rs
modulo_one.stderr Update changed ui tests 2018-01-17 14:44:40 +01:00
mut_from_ref.rs
mut_from_ref.stderr Update changed ui tests 2018-01-17 14:44:40 +01:00
mut_mut.rs
mut_mut.stderr Update changed ui tests 2018-01-17 14:44:40 +01:00
mut_range_bound.rs Apply changes that were required for running in the rustc test suite 2017-11-14 14:56:00 +01:00
mut_range_bound.stderr Update changed ui tests 2018-01-17 14:44:40 +01:00
mut_reference.rs
mut_reference.stderr Update changed ui tests 2018-01-17 14:44:40 +01:00
mutex_atomic.rs
mutex_atomic.stderr Update changed ui tests 2018-01-17 14:44:40 +01:00
needless_bool.rs
needless_bool.stderr Update changed ui tests 2018-01-17 14:44:40 +01:00
needless_borrow.rs Lint passing Cow by reference 2018-02-28 10:24:10 -05:00
needless_borrow.stderr Change recomendation to: &[type] from Cow<type> 2018-03-03 12:25:20 -05:00
needless_borrowed_ref.rs
needless_borrowed_ref.stderr Update changed ui tests 2018-01-17 14:44:40 +01:00
needless_continue.rs
needless_continue.stderr Update changed ui tests 2018-01-17 14:44:40 +01:00
needless_pass_by_value_proc_macro.rs
needless_pass_by_value.rs Merge branch 'master' into option_option_pr 2018-01-19 07:56:46 +02:00
needless_pass_by_value.stderr Only suggest implementing Copy if it can actually be done 2018-01-18 14:27:47 +01:00
needless_range_loop.rs Don't lint mixed slice indexing and usize indexing in needless_range_loop 2017-11-07 15:32:52 +01:00
needless_range_loop.stderr Update spans 2018-01-29 09:48:11 +05:30
needless_return.rs
needless_return.stderr Update changed ui tests 2018-01-17 14:44:40 +01:00
needless_update.rs
needless_update.stderr Update changed ui tests 2018-01-17 14:44:40 +01:00
neg_multiply.rs
neg_multiply.stderr Update changed ui tests 2018-01-17 14:44:40 +01:00
never_loop.rs lint: immutable only vars in while condition 2018-02-25 18:25:31 +01:00
never_loop.stderr Address review comments 2018-03-29 13:41:53 +02:00
new_without_default.rs Fix #2196 2017-11-29 17:06:27 +01:00
new_without_default.stderr Update changed ui tests 2018-01-17 14:44:40 +01:00
no_effect.rs Rustup 2018-03-16 09:44:20 +01:00
no_effect.stderr Implement redundant field names lint #2244 2018-02-10 22:52:31 +01:00
non_expressive_names.rs Fix non_expressive_names 2018-02-02 01:54:07 -05:00
non_expressive_names.stderr Fix non_expressive_names 2018-02-02 01:54:07 -05:00
ok_expect.rs
ok_expect.stderr Update changed ui tests 2018-01-17 14:44:40 +01:00
ok_if_let.rs
ok_if_let.stderr Update changed ui tests 2018-01-17 14:44:40 +01:00
op_ref.rs
op_ref.stderr Update to rustc master 2018-03-13 11:38:21 +01:00
open_options.rs
open_options.stderr Update changed ui tests 2018-01-17 14:44:40 +01:00
option_option.rs Added further tests 2018-01-19 08:10:09 +02:00
option_option.stderr Added further tests 2018-01-19 08:10:09 +02:00
overflow_check_conditional.rs
overflow_check_conditional.stderr Update changed ui tests 2018-01-17 14:44:40 +01:00
panic.rs
panic.stderr Update changed ui tests 2018-01-17 14:44:40 +01:00
partialeq_ne_impl.rs
partialeq_ne_impl.stderr Update changed ui tests 2018-01-17 14:44:40 +01:00
patterns.rs
patterns.stderr Update changed ui tests 2018-01-17 14:44:40 +01:00
precedence.rs Add macro check to precedence lint 2018-01-16 15:52:16 +01:00
precedence.stderr Merge pull request #2364 from flip1995/precedence 2018-01-19 12:07:00 +01:00
print_with_newline.rs
print_with_newline.stderr Update changed ui tests 2018-01-17 14:44:40 +01:00
print.rs
print.stderr Update changed ui tests 2018-01-17 14:44:40 +01:00
println_empty_string.rs Add PRINTLN_EMPTY_STRING lint. 2017-10-20 16:45:32 +02:00
println_empty_string.stderr Update changed ui tests 2018-01-17 14:44:40 +01:00
ptr_arg.rs
ptr_arg.stderr Update changed ui tests 2018-01-17 14:44:40 +01:00
question_mark.rs Add question mark operator 2018-01-31 00:10:35 +01:00
question_mark.stderr Update UI tests 2018-01-31 00:10:35 +01:00
range_plus_minus_one.rs Rustup 2018-03-16 09:44:20 +01:00
range_plus_minus_one.stderr Rustup 2018-03-16 09:44:20 +01:00
range.rs Rustup 2018-03-16 09:44:20 +01:00
range.stderr Rustup 2018-03-16 09:44:20 +01:00
redundant_closure_call.rs
redundant_closure_call.stderr Update changed ui tests 2018-01-17 14:44:40 +01:00
redundant_field_names.rs Rustup 2018-03-16 09:44:20 +01:00
redundant_field_names.stderr Ignore all macros in redundant_field_names 2018-03-11 13:57:28 +09:00
reference.rs
reference.stderr Update changed ui tests 2018-01-17 14:44:40 +01:00
regex.rs let invalid_regex point to the right place for raw strings 2018-01-23 16:52:14 +01:00
regex.stderr Update dependencies 2018-03-13 16:54:13 +01:00
replace_consts.rs make it pass for now 2018-03-25 21:04:05 -05:00
replace_consts.stderr whitespace 2018-03-25 21:26:10 -05:00
serde.rs
serde.stderr Update changed ui tests 2018-01-17 14:44:40 +01:00
shadow.rs Update test suite 2018-03-28 23:49:32 +02:00
shadow.stderr Update changed ui tests 2018-01-17 14:44:40 +01:00
short_circuit_statement.rs
short_circuit_statement.stderr Update changed ui tests 2018-01-17 14:44:40 +01:00
single_char_pattern.rs Fix single_char_pattern for \n, \t, etc. 2018-03-02 22:00:01 +07:00
single_char_pattern.stderr Fix single_char_pattern for \n, \t, etc. 2018-03-02 22:00:01 +07:00
starts_ends_with.rs
starts_ends_with.stderr Update changed ui tests 2018-01-17 14:44:40 +01:00
string_extend.rs
string_extend.stderr Update changed ui tests 2018-01-17 14:44:40 +01:00
strings.rs
strings.stderr Update changed ui tests 2018-01-17 14:44:40 +01:00
stutter.rs Update ui tests 2017-11-26 18:57:34 +01:00
stutter.stderr Update changed ui tests 2018-01-17 14:44:40 +01:00
suspicious_arithmetic_impl.rs Don't lint comparison operators in arithmetic impls 2018-03-17 22:02:34 +01:00
suspicious_arithmetic_impl.stderr Update test suite 2018-03-28 23:49:32 +02:00
swap.rs
swap.stderr Update changed ui tests 2018-01-17 14:44:40 +01:00
temporary_assignment.rs
temporary_assignment.stderr Update changed ui tests 2018-01-17 14:44:40 +01:00
toplevel_ref_arg.rs
toplevel_ref_arg.stderr Update changed ui tests 2018-01-17 14:44:40 +01:00
trailing_zeros.rs
trailing_zeros.stderr Update changed ui tests 2018-01-17 14:44:40 +01:00
trailing_zeros.stdout manual fixups if_let_chain -> if_chain 2017-10-23 17:53:30 -04:00
transmute_32bit.rs
transmute_64bit.rs
transmute_64bit.stderr Update changed ui tests 2018-01-17 14:44:40 +01:00
transmute.rs Add misaligned_transmute lint 2018-01-25 00:48:36 -08:00
transmute.stderr Add misaligned_transmute lint 2018-01-25 00:48:36 -08:00
ty_fn_sig.rs Add regression test (fixes #2234) 2017-11-29 16:05:13 +01:00
types.rs Start regression tests for types.rs 2017-12-23 10:15:11 -08:00
types.stderr Update changed ui tests 2018-01-17 14:44:40 +01:00
unicode.rs
unicode.stderr Update changed ui tests 2018-01-17 14:44:40 +01:00
unit_arg.rs Replace is_unit_expr 2018-01-18 17:04:26 -05:00
unit_arg.stderr Replace is_unit_expr 2018-01-18 17:04:26 -05:00
unit_cmp.rs
unit_cmp.stderr Update changed ui tests 2018-01-17 14:44:40 +01:00
unnecessary_clone.rs Moves clone_on_ref_ptr to be a restriction lint 2018-01-14 19:58:09 -08:00
unnecessary_clone.stderr Update test suite 2018-03-28 23:49:32 +02:00
unneeded_field_pattern.rs
unneeded_field_pattern.stderr Update changed ui tests 2018-01-17 14:44:40 +01:00
unreadable_literal.rs Increase unreadable_literal digits (fixes #1958) 2018-03-06 14:24:01 +01:00
unreadable_literal.stderr Increase unreadable_literal digits (fixes #1958) 2018-03-06 14:24:01 +01:00
unsafe_removed_from_name.rs
unsafe_removed_from_name.stderr Update changed ui tests 2018-01-17 14:44:40 +01:00
unused_io_amount.rs
unused_io_amount.stderr Update changed ui tests 2018-01-17 14:44:40 +01:00
unused_labels.rs
unused_labels.stderr Update changed ui tests 2018-01-17 14:44:40 +01:00
unused_lt.rs
unused_lt.stderr Update changed ui tests 2018-01-17 14:44:40 +01:00
unwrap_or.rs Add newlines in unwrap_or ui test 2018-02-20 12:37:30 -05:00
unwrap_or.stderr Stop unwanted newlines being applied on unwrap_or 2018-02-21 11:29:08 -05:00
unwrap_or.stdout Fix: point to correct problem part of code 2018-02-19 12:14:53 -05:00
update-all-references.sh tests: fixup arg handling for update-all-references 2017-11-18 16:11:55 +01:00
update-references.sh
use_self.rs
use_self.stderr Update changed ui tests 2018-01-17 14:44:40 +01:00
used_underscore_binding.rs
used_underscore_binding.stderr Update changed ui tests 2018-01-17 14:44:40 +01:00
useless_asref.rs Add tests for generic code 2017-10-21 13:55:12 -04:00
useless_asref.stderr Update changed ui tests 2018-01-17 14:44:40 +01:00
useless_attribute.rs Partly fix incorrect useless_attribute suggestion 2018-02-06 22:35:11 +01:00
useless_attribute.stderr Partly fix incorrect useless_attribute suggestion 2018-02-06 22:35:11 +01:00
vec.rs
vec.stderr Update changed ui tests 2018-01-17 14:44:40 +01:00
while_loop.rs #1121: already fixed, adding a test 2018-01-29 16:52:22 +01:00
while_loop.stderr Update spans 2018-01-29 09:48:11 +05:30
wrong_self_convention.rs
wrong_self_convention.stderr Update changed ui tests 2018-01-17 14:44:40 +01:00
zero_div_zero.rs
zero_div_zero.stderr Update test suite 2018-03-28 23:49:32 +02:00
zero_ptr.rs
zero_ptr.stderr Update changed ui tests 2018-01-17 14:44:40 +01:00