From 74d4842c5f79d546a941b9405ab1e030be384f0c Mon Sep 17 00:00:00 2001 From: mcarton Date: Mon, 19 Jun 2017 22:11:12 +0200 Subject: [PATCH] Fix the test suite after cargo update --- clippy_tests/examples/absurd-extreme-comparisons.stderr | 1 - clippy_tests/examples/approx_const.stderr | 1 - clippy_tests/examples/arithmetic.stderr | 1 - clippy_tests/examples/array_indexing.stderr | 1 - clippy_tests/examples/assign_ops.stderr | 1 - clippy_tests/examples/assign_ops2.stderr | 1 - clippy_tests/examples/attrs.stderr | 1 - clippy_tests/examples/bit_masks.stderr | 1 - clippy_tests/examples/blacklisted_name.stderr | 1 - clippy_tests/examples/block_in_if_condition.stderr | 1 - clippy_tests/examples/bool_comparison.stderr | 1 - clippy_tests/examples/booleans.stderr | 1 - clippy_tests/examples/borrow_box.stderr | 1 - clippy_tests/examples/box_vec.stderr | 1 - clippy_tests/examples/cast.stderr | 1 - clippy_tests/examples/char_lit_as_u8.stderr | 1 - clippy_tests/examples/cmp_nan.stderr | 1 - clippy_tests/examples/cmp_null.stderr | 1 - clippy_tests/examples/cmp_owned.stderr | 1 - clippy_tests/examples/collapsible_if.stderr | 1 - clippy_tests/examples/complex_types.stderr | 1 - clippy_tests/examples/copies.stderr | 1 - clippy_tests/examples/cyclomatic_complexity.stderr | 1 - clippy_tests/examples/cyclomatic_complexity_attr_used.stderr | 1 - clippy_tests/examples/derive.stderr | 1 - clippy_tests/examples/diverging_sub_expression.stderr | 1 - clippy_tests/examples/dlist.stderr | 1 - clippy_tests/examples/doc.stderr | 1 - clippy_tests/examples/double_neg.stderr | 1 - clippy_tests/examples/double_parens.stderr | 1 - clippy_tests/examples/drop_forget_copy.stderr | 1 - clippy_tests/examples/drop_forget_ref.stderr | 1 - clippy_tests/examples/duplicate_underscore_argument.stderr | 1 - clippy_tests/examples/empty_enum.stderr | 1 - clippy_tests/examples/entry.stderr | 1 - clippy_tests/examples/enum_glob_use.stderr | 1 - clippy_tests/examples/enum_variants.stderr | 1 - clippy_tests/examples/enums_clike.stderr | 1 - clippy_tests/examples/eq_op.stderr | 1 - clippy_tests/examples/eta.stderr | 1 - clippy_tests/examples/eval_order_dependence.stderr | 1 - clippy_tests/examples/filter_methods.stderr | 1 - clippy_tests/examples/float_cmp.stderr | 1 - clippy_tests/examples/for_loop.stderr | 1 - clippy_tests/examples/format.stderr | 1 - clippy_tests/examples/formatting.stderr | 1 - clippy_tests/examples/functions.stderr | 1 - clippy_tests/examples/identity_op.stderr | 1 - clippy_tests/examples/if_let_redundant_pattern_matching.stderr | 1 - clippy_tests/examples/if_not_else.stderr | 1 - clippy_tests/examples/invalid_upcast_comparisons.stderr | 1 - clippy_tests/examples/item_after_statement.stderr | 1 - clippy_tests/examples/large_enum_variant.stderr | 1 - clippy_tests/examples/len_zero.stderr | 1 - clippy_tests/examples/let_if_seq.stderr | 1 - clippy_tests/examples/let_return.stderr | 1 - clippy_tests/examples/let_unit.stderr | 1 - clippy_tests/examples/lifetimes.stderr | 1 - clippy_tests/examples/lint_pass.stderr | 1 - clippy_tests/examples/literals.stderr | 1 - clippy_tests/examples/map_clone.stderr | 1 - clippy_tests/examples/matches.stderr | 1 - clippy_tests/examples/mem_forget.stderr | 1 - clippy_tests/examples/methods.stderr | 1 - clippy_tests/examples/min_max.stderr | 1 - clippy_tests/examples/missing-doc.stderr | 1 - clippy_tests/examples/module_inception.stderr | 1 - clippy_tests/examples/modulo_one.stderr | 1 - clippy_tests/examples/mut_from_ref.stderr | 1 - clippy_tests/examples/mut_mut.stderr | 1 - clippy_tests/examples/mut_reference.stderr | 1 - clippy_tests/examples/mutex_atomic.stderr | 1 - clippy_tests/examples/needless_bool.stderr | 1 - clippy_tests/examples/needless_borrow.stderr | 1 - clippy_tests/examples/needless_continue.stderr | 1 - clippy_tests/examples/needless_pass_by_value.stderr | 1 - clippy_tests/examples/needless_return.stderr | 1 - clippy_tests/examples/needless_update.stderr | 1 - clippy_tests/examples/neg_multiply.stderr | 1 - clippy_tests/examples/never_loop.stderr | 1 - clippy_tests/examples/new_without_default.stderr | 1 - clippy_tests/examples/no_effect.stderr | 1 - clippy_tests/examples/non_expressive_names.stderr | 1 - clippy_tests/examples/ok_if_let.stderr | 1 - clippy_tests/examples/op_ref.stderr | 1 - clippy_tests/examples/open_options.stderr | 1 - clippy_tests/examples/overflow_check_conditional.stderr | 1 - clippy_tests/examples/panic.stderr | 1 - clippy_tests/examples/partialeq_ne_impl.stderr | 1 - clippy_tests/examples/patterns.stderr | 1 - clippy_tests/examples/precedence.stderr | 1 - clippy_tests/examples/print.stderr | 1 - clippy_tests/examples/print_with_newline.stderr | 1 - clippy_tests/examples/ptr_arg.stderr | 1 - clippy_tests/examples/range.stderr | 1 - clippy_tests/examples/redundant_closure_call.stderr | 1 - clippy_tests/examples/reference.stderr | 1 - clippy_tests/examples/regex.stderr | 1 - clippy_tests/examples/serde.stderr | 1 - clippy_tests/examples/shadow.stderr | 1 - clippy_tests/examples/short_circuit_statement.stderr | 1 - clippy_tests/examples/should_assert_eq.stderr | 1 - clippy_tests/examples/strings.stderr | 1 - clippy_tests/examples/stutter.stderr | 1 - clippy_tests/examples/swap.stderr | 1 - clippy_tests/examples/temporary_assignment.stderr | 1 - clippy_tests/examples/toplevel_ref_arg.stderr | 1 - clippy_tests/examples/unicode.stderr | 1 - clippy_tests/examples/unit_cmp.stderr | 1 - clippy_tests/examples/unneeded_field_pattern.stderr | 1 - clippy_tests/examples/unsafe_removed_from_name.stderr | 1 - clippy_tests/examples/unused_io_amount.stderr | 1 - clippy_tests/examples/unused_labels.stderr | 1 - clippy_tests/examples/unused_lt.stderr | 1 - clippy_tests/examples/used_underscore_binding.stderr | 1 - clippy_tests/examples/useless_attribute.stderr | 1 - clippy_tests/examples/vec.stderr | 1 - clippy_tests/examples/while_loop.stderr | 1 - clippy_tests/examples/wrong_self_convention.stderr | 1 - clippy_tests/examples/zero_div_zero.stderr | 1 - clippy_tests/examples/zero_ptr.stderr | 1 - 121 files changed, 121 deletions(-) diff --git a/clippy_tests/examples/absurd-extreme-comparisons.stderr b/clippy_tests/examples/absurd-extreme-comparisons.stderr index 678f3ee9adb..e8f09f94a4d 100644 --- a/clippy_tests/examples/absurd-extreme-comparisons.stderr +++ b/clippy_tests/examples/absurd-extreme-comparisons.stderr @@ -161,6 +161,5 @@ error: <-comparison of unit values detected. This will always be false error: aborting due to previous error(s) -error: Could not compile `clippy_tests`. To learn more, run the command again with --verbose. diff --git a/clippy_tests/examples/approx_const.stderr b/clippy_tests/examples/approx_const.stderr index 8ba38128959..2bfcc379e30 100644 --- a/clippy_tests/examples/approx_const.stderr +++ b/clippy_tests/examples/approx_const.stderr @@ -152,6 +152,5 @@ error: approximate value of `f{32, 64}::consts::SQRT_2` found. Consider using it error: aborting due to previous error(s) -error: Could not compile `clippy_tests`. To learn more, run the command again with --verbose. diff --git a/clippy_tests/examples/arithmetic.stderr b/clippy_tests/examples/arithmetic.stderr index 21b49c1dd14..bf2fc102d1b 100644 --- a/clippy_tests/examples/arithmetic.stderr +++ b/clippy_tests/examples/arithmetic.stderr @@ -89,6 +89,5 @@ error: floating-point arithmetic detected error: aborting due to previous error(s) -error: Could not compile `clippy_tests`. To learn more, run the command again with --verbose. diff --git a/clippy_tests/examples/array_indexing.stderr b/clippy_tests/examples/array_indexing.stderr index d2106d5f3a7..9af027b3731 100644 --- a/clippy_tests/examples/array_indexing.stderr +++ b/clippy_tests/examples/array_indexing.stderr @@ -152,6 +152,5 @@ error: range is out of bounds error: aborting due to previous error(s) -error: Could not compile `clippy_tests`. To learn more, run the command again with --verbose. diff --git a/clippy_tests/examples/assign_ops.stderr b/clippy_tests/examples/assign_ops.stderr index 8e399b90d9d..b0ff237cc8c 100644 --- a/clippy_tests/examples/assign_ops.stderr +++ b/clippy_tests/examples/assign_ops.stderr @@ -176,6 +176,5 @@ error: manual implementation of an assign operation error: aborting due to previous error(s) -error: Could not compile `clippy_tests`. To learn more, run the command again with --verbose. diff --git a/clippy_tests/examples/assign_ops2.stderr b/clippy_tests/examples/assign_ops2.stderr index b5a6ca9233d..f5c6f69e4c5 100644 --- a/clippy_tests/examples/assign_ops2.stderr +++ b/clippy_tests/examples/assign_ops2.stderr @@ -64,6 +64,5 @@ error: variable appears on both sides of an assignment operation error: aborting due to previous error(s) -error: Could not compile `clippy_tests`. To learn more, run the command again with --verbose. diff --git a/clippy_tests/examples/attrs.stderr b/clippy_tests/examples/attrs.stderr index d44f1e87392..0c391278107 100644 --- a/clippy_tests/examples/attrs.stderr +++ b/clippy_tests/examples/attrs.stderr @@ -24,6 +24,5 @@ error: the since field must contain a semver-compliant version error: aborting due to previous error(s) -error: Could not compile `clippy_tests`. To learn more, run the command again with --verbose. diff --git a/clippy_tests/examples/bit_masks.stderr b/clippy_tests/examples/bit_masks.stderr index cb794d5c98b..62b07b6f2d8 100644 --- a/clippy_tests/examples/bit_masks.stderr +++ b/clippy_tests/examples/bit_masks.stderr @@ -120,6 +120,5 @@ error: ineffective bit mask: `x | 1` compared to `8`, is the same as x compared error: aborting due to previous error(s) -error: Could not compile `clippy_tests`. To learn more, run the command again with --verbose. diff --git a/clippy_tests/examples/blacklisted_name.stderr b/clippy_tests/examples/blacklisted_name.stderr index 61689d3b16d..35594129247 100644 --- a/clippy_tests/examples/blacklisted_name.stderr +++ b/clippy_tests/examples/blacklisted_name.stderr @@ -112,6 +112,5 @@ error: use of a blacklisted/placeholder name `baz` error: aborting due to previous error(s) -error: Could not compile `clippy_tests`. To learn more, run the command again with --verbose. diff --git a/clippy_tests/examples/block_in_if_condition.stderr b/clippy_tests/examples/block_in_if_condition.stderr index 18d5843fe3f..06526659105 100644 --- a/clippy_tests/examples/block_in_if_condition.stderr +++ b/clippy_tests/examples/block_in_if_condition.stderr @@ -56,6 +56,5 @@ error: this boolean expression can be simplified error: aborting due to previous error(s) -error: Could not compile `clippy_tests`. To learn more, run the command again with --verbose. diff --git a/clippy_tests/examples/bool_comparison.stderr b/clippy_tests/examples/bool_comparison.stderr index eabd3f9d1d0..f28c7206ba4 100644 --- a/clippy_tests/examples/bool_comparison.stderr +++ b/clippy_tests/examples/bool_comparison.stderr @@ -32,6 +32,5 @@ error: equality checks against false can be replaced by a negation error: aborting due to previous error(s) -error: Could not compile `clippy_tests`. To learn more, run the command again with --verbose. diff --git a/clippy_tests/examples/booleans.stderr b/clippy_tests/examples/booleans.stderr index 31466ba8788..038f2a4d199 100644 --- a/clippy_tests/examples/booleans.stderr +++ b/clippy_tests/examples/booleans.stderr @@ -138,6 +138,5 @@ help: try error: aborting due to previous error(s) -error: Could not compile `clippy_tests`. To learn more, run the command again with --verbose. diff --git a/clippy_tests/examples/borrow_box.stderr b/clippy_tests/examples/borrow_box.stderr index 6670a8c4083..1ac5c0735db 100644 --- a/clippy_tests/examples/borrow_box.stderr +++ b/clippy_tests/examples/borrow_box.stderr @@ -30,6 +30,5 @@ error: you seem to be trying to use `&Box`. Consider using just `&T` error: aborting due to previous error(s) -error: Could not compile `clippy_tests`. To learn more, run the command again with --verbose. diff --git a/clippy_tests/examples/box_vec.stderr b/clippy_tests/examples/box_vec.stderr index 413215acb15..013fdba7cbd 100644 --- a/clippy_tests/examples/box_vec.stderr +++ b/clippy_tests/examples/box_vec.stderr @@ -9,6 +9,5 @@ error: you seem to be trying to use `Box>`. Consider using just `Vec` error: aborting due to previous error(s) -error: Could not compile `clippy_tests`. To learn more, run the command again with --verbose. diff --git a/clippy_tests/examples/cast.stderr b/clippy_tests/examples/cast.stderr index a7912e0c178..271bfef17bd 100644 --- a/clippy_tests/examples/cast.stderr +++ b/clippy_tests/examples/cast.stderr @@ -360,6 +360,5 @@ error: casting to the same type is unnecessary (`bool` -> `bool`) error: aborting due to previous error(s) -error: Could not compile `clippy_tests`. To learn more, run the command again with --verbose. diff --git a/clippy_tests/examples/char_lit_as_u8.stderr b/clippy_tests/examples/char_lit_as_u8.stderr index 9560ab924c6..efe4c3cceec 100644 --- a/clippy_tests/examples/char_lit_as_u8.stderr +++ b/clippy_tests/examples/char_lit_as_u8.stderr @@ -10,6 +10,5 @@ error: casting character literal to u8. `char`s are 4 bytes wide in rust, so cas error: aborting due to previous error(s) -error: Could not compile `clippy_tests`. To learn more, run the command again with --verbose. diff --git a/clippy_tests/examples/cmp_nan.stderr b/clippy_tests/examples/cmp_nan.stderr index 745e44f6d0c..90b9747bc6f 100644 --- a/clippy_tests/examples/cmp_nan.stderr +++ b/clippy_tests/examples/cmp_nan.stderr @@ -96,6 +96,5 @@ error: doomed comparison with NAN, use `std::{f32,f64}::is_nan()` instead error: aborting due to previous error(s) -error: Could not compile `clippy_tests`. To learn more, run the command again with --verbose. diff --git a/clippy_tests/examples/cmp_null.stderr b/clippy_tests/examples/cmp_null.stderr index a20051adeb8..d7b27eb5da4 100644 --- a/clippy_tests/examples/cmp_null.stderr +++ b/clippy_tests/examples/cmp_null.stderr @@ -16,6 +16,5 @@ error: Comparing with null is better expressed by the .is_null() method error: aborting due to previous error(s) -error: Could not compile `clippy_tests`. To learn more, run the command again with --verbose. diff --git a/clippy_tests/examples/cmp_owned.stderr b/clippy_tests/examples/cmp_owned.stderr index 327134c1289..fb35717ec55 100644 --- a/clippy_tests/examples/cmp_owned.stderr +++ b/clippy_tests/examples/cmp_owned.stderr @@ -48,6 +48,5 @@ error: this creates an owned instance just for comparison error: aborting due to previous error(s) -error: Could not compile `clippy_tests`. To learn more, run the command again with --verbose. diff --git a/clippy_tests/examples/collapsible_if.stderr b/clippy_tests/examples/collapsible_if.stderr index b90ab825db7..93635fbd84d 100644 --- a/clippy_tests/examples/collapsible_if.stderr +++ b/clippy_tests/examples/collapsible_if.stderr @@ -240,6 +240,5 @@ help: try error: aborting due to previous error(s) -error: Could not compile `clippy_tests`. To learn more, run the command again with --verbose. diff --git a/clippy_tests/examples/complex_types.stderr b/clippy_tests/examples/complex_types.stderr index ea64a33cbab..408ee6744ef 100644 --- a/clippy_tests/examples/complex_types.stderr +++ b/clippy_tests/examples/complex_types.stderr @@ -120,6 +120,5 @@ error: very complex type used. Consider factoring parts into `type` definitions error: aborting due to previous error(s) -error: Could not compile `clippy_tests`. To learn more, run the command again with --verbose. diff --git a/clippy_tests/examples/copies.stderr b/clippy_tests/examples/copies.stderr index ef2d3e15d2d..7398cae5cd3 100644 --- a/clippy_tests/examples/copies.stderr +++ b/clippy_tests/examples/copies.stderr @@ -36,6 +36,5 @@ error: This else block is redundant. error: aborting due to previous error(s) -error: Could not compile `clippy_tests`. To learn more, run the command again with --verbose. diff --git a/clippy_tests/examples/cyclomatic_complexity.stderr b/clippy_tests/examples/cyclomatic_complexity.stderr index f0344d692a4..a8bf7c0e937 100644 --- a/clippy_tests/examples/cyclomatic_complexity.stderr +++ b/clippy_tests/examples/cyclomatic_complexity.stderr @@ -290,6 +290,5 @@ error: the function has a cyclomatic complexity of 8 error: aborting due to previous error(s) -error: Could not compile `clippy_tests`. To learn more, run the command again with --verbose. diff --git a/clippy_tests/examples/cyclomatic_complexity_attr_used.stderr b/clippy_tests/examples/cyclomatic_complexity_attr_used.stderr index 7a8f655207d..882e67fb5c3 100644 --- a/clippy_tests/examples/cyclomatic_complexity_attr_used.stderr +++ b/clippy_tests/examples/cyclomatic_complexity_attr_used.stderr @@ -15,6 +15,5 @@ error: the function has a cyclomatic complexity of 3 error: aborting due to previous error(s) -error: Could not compile `clippy_tests`. To learn more, run the command again with --verbose. diff --git a/clippy_tests/examples/derive.stderr b/clippy_tests/examples/derive.stderr index af3ee3c042b..bc5c17cb6d2 100644 --- a/clippy_tests/examples/derive.stderr +++ b/clippy_tests/examples/derive.stderr @@ -79,6 +79,5 @@ note: consider deriving `Clone` or removing `Copy` error: aborting due to previous error(s) -error: Could not compile `clippy_tests`. To learn more, run the command again with --verbose. diff --git a/clippy_tests/examples/diverging_sub_expression.stderr b/clippy_tests/examples/diverging_sub_expression.stderr index a9ac4443556..e6d39dc5caf 100644 --- a/clippy_tests/examples/diverging_sub_expression.stderr +++ b/clippy_tests/examples/diverging_sub_expression.stderr @@ -48,6 +48,5 @@ error: sub-expression diverges error: aborting due to previous error(s) -error: Could not compile `clippy_tests`. To learn more, run the command again with --verbose. diff --git a/clippy_tests/examples/dlist.stderr b/clippy_tests/examples/dlist.stderr index cfb2788866d..0d3552a6da1 100644 --- a/clippy_tests/examples/dlist.stderr +++ b/clippy_tests/examples/dlist.stderr @@ -54,6 +54,5 @@ error: I see you're using a LinkedList! Perhaps you meant some other data struct error: aborting due to previous error(s) -error: Could not compile `clippy_tests`. To learn more, run the command again with --verbose. diff --git a/clippy_tests/examples/doc.stderr b/clippy_tests/examples/doc.stderr index 7e23de55da1..7b4f7a763ba 100644 --- a/clippy_tests/examples/doc.stderr +++ b/clippy_tests/examples/doc.stderr @@ -208,6 +208,5 @@ error: you should put `be_sure_we_got_to_the_end_of_it` between ticks in the doc error: aborting due to previous error(s) -error: Could not compile `clippy_tests`. To learn more, run the command again with --verbose. diff --git a/clippy_tests/examples/double_neg.stderr b/clippy_tests/examples/double_neg.stderr index ad688849e87..0f432b0fa31 100644 --- a/clippy_tests/examples/double_neg.stderr +++ b/clippy_tests/examples/double_neg.stderr @@ -8,6 +8,5 @@ error: `--x` could be misinterpreted as pre-decrement by C programmers, is usual error: aborting due to previous error(s) -error: Could not compile `clippy_tests`. To learn more, run the command again with --verbose. diff --git a/clippy_tests/examples/double_parens.stderr b/clippy_tests/examples/double_parens.stderr index d6634bff9c9..12d07267d03 100644 --- a/clippy_tests/examples/double_parens.stderr +++ b/clippy_tests/examples/double_parens.stderr @@ -40,6 +40,5 @@ error: Consider removing unnecessary double parentheses error: aborting due to previous error(s) -error: Could not compile `clippy_tests`. To learn more, run the command again with --verbose. diff --git a/clippy_tests/examples/drop_forget_copy.stderr b/clippy_tests/examples/drop_forget_copy.stderr index 8eaf70c480c..86eba81d7c4 100644 --- a/clippy_tests/examples/drop_forget_copy.stderr +++ b/clippy_tests/examples/drop_forget_copy.stderr @@ -78,6 +78,5 @@ note: argument has type SomeStruct error: aborting due to previous error(s) -error: Could not compile `clippy_tests`. To learn more, run the command again with --verbose. diff --git a/clippy_tests/examples/drop_forget_ref.stderr b/clippy_tests/examples/drop_forget_ref.stderr index 2b564c9903a..b4d37a5994a 100644 --- a/clippy_tests/examples/drop_forget_ref.stderr +++ b/clippy_tests/examples/drop_forget_ref.stderr @@ -234,6 +234,5 @@ note: argument has type &SomeStruct error: aborting due to previous error(s) -error: Could not compile `clippy_tests`. To learn more, run the command again with --verbose. diff --git a/clippy_tests/examples/duplicate_underscore_argument.stderr b/clippy_tests/examples/duplicate_underscore_argument.stderr index e7098010252..df3564cd941 100644 --- a/clippy_tests/examples/duplicate_underscore_argument.stderr +++ b/clippy_tests/examples/duplicate_underscore_argument.stderr @@ -8,6 +8,5 @@ error: `darth` already exists, having another argument having almost the same na error: aborting due to previous error(s) -error: Could not compile `clippy_tests`. To learn more, run the command again with --verbose. diff --git a/clippy_tests/examples/empty_enum.stderr b/clippy_tests/examples/empty_enum.stderr index 486f0d83fa2..4f8cd9418aa 100644 --- a/clippy_tests/examples/empty_enum.stderr +++ b/clippy_tests/examples/empty_enum.stderr @@ -13,6 +13,5 @@ help: consider using the uninhabited type `!` or a wrapper around it error: aborting due to previous error(s) -error: Could not compile `clippy_tests`. To learn more, run the command again with --verbose. diff --git a/clippy_tests/examples/entry.stderr b/clippy_tests/examples/entry.stderr index 2960608e60d..706e274ff5b 100644 --- a/clippy_tests/examples/entry.stderr +++ b/clippy_tests/examples/entry.stderr @@ -56,6 +56,5 @@ error: usage of `contains_key` followed by `insert` on a `BTreeMap` error: aborting due to previous error(s) -error: Could not compile `clippy_tests`. To learn more, run the command again with --verbose. diff --git a/clippy_tests/examples/enum_glob_use.stderr b/clippy_tests/examples/enum_glob_use.stderr index 2323aa234bb..dc1d8f209d2 100644 --- a/clippy_tests/examples/enum_glob_use.stderr +++ b/clippy_tests/examples/enum_glob_use.stderr @@ -16,6 +16,5 @@ error: don't use glob imports for enum variants error: aborting due to previous error(s) -error: Could not compile `clippy_tests`. To learn more, run the command again with --verbose. diff --git a/clippy_tests/examples/enum_variants.stderr b/clippy_tests/examples/enum_variants.stderr index 978bbcc5126..64cfb4a0f21 100644 --- a/clippy_tests/examples/enum_variants.stderr +++ b/clippy_tests/examples/enum_variants.stderr @@ -110,6 +110,5 @@ error: All variants have the same prefix: `With` error: aborting due to previous error(s) -error: Could not compile `clippy_tests`. To learn more, run the command again with --verbose. diff --git a/clippy_tests/examples/enums_clike.stderr b/clippy_tests/examples/enums_clike.stderr index b78f98cb691..fdd6b37e091 100644 --- a/clippy_tests/examples/enums_clike.stderr +++ b/clippy_tests/examples/enums_clike.stderr @@ -64,6 +64,5 @@ error: Clike enum variant discriminant is not portable to 32-bit targets error: aborting due to previous error(s) -error: Could not compile `clippy_tests`. To learn more, run the command again with --verbose. diff --git a/clippy_tests/examples/eq_op.stderr b/clippy_tests/examples/eq_op.stderr index 7bbe4d05013..00cd9aceb82 100644 --- a/clippy_tests/examples/eq_op.stderr +++ b/clippy_tests/examples/eq_op.stderr @@ -266,6 +266,5 @@ error: taken reference of right operand error: aborting due to previous error(s) -error: Could not compile `clippy_tests`. To learn more, run the command again with --verbose. diff --git a/clippy_tests/examples/eta.stderr b/clippy_tests/examples/eta.stderr index 2ba83ffa0fe..10d6c4921ca 100644 --- a/clippy_tests/examples/eta.stderr +++ b/clippy_tests/examples/eta.stderr @@ -40,6 +40,5 @@ error: redundant closure found error: aborting due to previous error(s) -error: Could not compile `clippy_tests`. To learn more, run the command again with --verbose. diff --git a/clippy_tests/examples/eval_order_dependence.stderr b/clippy_tests/examples/eval_order_dependence.stderr index d542cacc4bd..a9a4ff0caed 100644 --- a/clippy_tests/examples/eval_order_dependence.stderr +++ b/clippy_tests/examples/eval_order_dependence.stderr @@ -52,6 +52,5 @@ note: whether read occurs before this write depends on evaluation order error: aborting due to previous error(s) -error: Could not compile `clippy_tests`. To learn more, run the command again with --verbose. diff --git a/clippy_tests/examples/filter_methods.stderr b/clippy_tests/examples/filter_methods.stderr index 65513c3ff02..b33456c8c36 100644 --- a/clippy_tests/examples/filter_methods.stderr +++ b/clippy_tests/examples/filter_methods.stderr @@ -44,6 +44,5 @@ error: called `filter_map(p).map(q)` on an `Iterator`. This is more succinctly e error: aborting due to previous error(s) -error: Could not compile `clippy_tests`. To learn more, run the command again with --verbose. diff --git a/clippy_tests/examples/float_cmp.stderr b/clippy_tests/examples/float_cmp.stderr index 05ee40397ed..257b4fd0bd7 100644 --- a/clippy_tests/examples/float_cmp.stderr +++ b/clippy_tests/examples/float_cmp.stderr @@ -104,6 +104,5 @@ note: std::f32::EPSILON and std::f64::EPSILON are available. error: aborting due to previous error(s) -error: Could not compile `clippy_tests`. To learn more, run the command again with --verbose. diff --git a/clippy_tests/examples/for_loop.stderr b/clippy_tests/examples/for_loop.stderr index e752ffd2362..37ed3204f6a 100644 --- a/clippy_tests/examples/for_loop.stderr +++ b/clippy_tests/examples/for_loop.stderr @@ -525,6 +525,5 @@ help: use the corresponding method error: aborting due to previous error(s) -error: Could not compile `clippy_tests`. To learn more, run the command again with --verbose. diff --git a/clippy_tests/examples/format.stderr b/clippy_tests/examples/format.stderr index 543bfe4a07e..068010c2608 100644 --- a/clippy_tests/examples/format.stderr +++ b/clippy_tests/examples/format.stderr @@ -24,6 +24,5 @@ error: useless use of `format!` error: aborting due to previous error(s) -error: Could not compile `clippy_tests`. To learn more, run the command again with --verbose. diff --git a/clippy_tests/examples/formatting.stderr b/clippy_tests/examples/formatting.stderr index 507619cf261..ca07faf8a9a 100644 --- a/clippy_tests/examples/formatting.stderr +++ b/clippy_tests/examples/formatting.stderr @@ -95,6 +95,5 @@ error: possibly missing a comma here error: aborting due to previous error(s) -error: Could not compile `clippy_tests`. To learn more, run the command again with --verbose. diff --git a/clippy_tests/examples/functions.stderr b/clippy_tests/examples/functions.stderr index de678148cd1..db578e6ee8a 100644 --- a/clippy_tests/examples/functions.stderr +++ b/clippy_tests/examples/functions.stderr @@ -97,6 +97,5 @@ error: this public function dereferences a raw pointer but is not marked `unsafe error: aborting due to previous error(s) -error: Could not compile `clippy_tests`. To learn more, run the command again with --verbose. diff --git a/clippy_tests/examples/identity_op.stderr b/clippy_tests/examples/identity_op.stderr index 405fe12d69f..42c01f5ae05 100644 --- a/clippy_tests/examples/identity_op.stderr +++ b/clippy_tests/examples/identity_op.stderr @@ -56,6 +56,5 @@ error: the operation is ineffective. Consider reducing it to `x` error: aborting due to previous error(s) -error: Could not compile `clippy_tests`. To learn more, run the command again with --verbose. diff --git a/clippy_tests/examples/if_let_redundant_pattern_matching.stderr b/clippy_tests/examples/if_let_redundant_pattern_matching.stderr index 665896632af..5a7ca503f4c 100644 --- a/clippy_tests/examples/if_let_redundant_pattern_matching.stderr +++ b/clippy_tests/examples/if_let_redundant_pattern_matching.stderr @@ -32,6 +32,5 @@ error: redundant pattern matching, consider using `is_some()` error: aborting due to previous error(s) -error: Could not compile `clippy_tests`. To learn more, run the command again with --verbose. diff --git a/clippy_tests/examples/if_not_else.stderr b/clippy_tests/examples/if_not_else.stderr index fe0c0837214..fdc1908b9ef 100644 --- a/clippy_tests/examples/if_not_else.stderr +++ b/clippy_tests/examples/if_not_else.stderr @@ -26,6 +26,5 @@ error: Unnecessary `!=` operation error: aborting due to previous error(s) -error: Could not compile `clippy_tests`. To learn more, run the command again with --verbose. diff --git a/clippy_tests/examples/invalid_upcast_comparisons.stderr b/clippy_tests/examples/invalid_upcast_comparisons.stderr index ad03afdd830..c0be0c8b89d 100644 --- a/clippy_tests/examples/invalid_upcast_comparisons.stderr +++ b/clippy_tests/examples/invalid_upcast_comparisons.stderr @@ -216,6 +216,5 @@ error: because of the numeric bounds on `u8` prior to casting, this expression i error: aborting due to previous error(s) -error: Could not compile `clippy_tests`. To learn more, run the command again with --verbose. diff --git a/clippy_tests/examples/item_after_statement.stderr b/clippy_tests/examples/item_after_statement.stderr index a039317126e..6674115ff86 100644 --- a/clippy_tests/examples/item_after_statement.stderr +++ b/clippy_tests/examples/item_after_statement.stderr @@ -16,6 +16,5 @@ error: adding items after statements is confusing, since items exist from the st error: aborting due to previous error(s) -error: Could not compile `clippy_tests`. To learn more, run the command again with --verbose. diff --git a/clippy_tests/examples/large_enum_variant.stderr b/clippy_tests/examples/large_enum_variant.stderr index 355a5594f3a..1a117f8af24 100644 --- a/clippy_tests/examples/large_enum_variant.stderr +++ b/clippy_tests/examples/large_enum_variant.stderr @@ -69,6 +69,5 @@ help: consider boxing the large fields to reduce the total size of the enum error: aborting due to previous error(s) -error: Could not compile `clippy_tests`. To learn more, run the command again with --verbose. diff --git a/clippy_tests/examples/len_zero.stderr b/clippy_tests/examples/len_zero.stderr index 110bddfec10..15790e11b08 100644 --- a/clippy_tests/examples/len_zero.stderr +++ b/clippy_tests/examples/len_zero.stderr @@ -106,6 +106,5 @@ error: length comparison to zero error: aborting due to previous error(s) -error: Could not compile `clippy_tests`. To learn more, run the command again with --verbose. diff --git a/clippy_tests/examples/let_if_seq.stderr b/clippy_tests/examples/let_if_seq.stderr index 382c51046b4..137ae636d49 100644 --- a/clippy_tests/examples/let_if_seq.stderr +++ b/clippy_tests/examples/let_if_seq.stderr @@ -52,6 +52,5 @@ error: `if _ { .. } else { .. }` is an expression error: aborting due to previous error(s) -error: Could not compile `clippy_tests`. To learn more, run the command again with --verbose. diff --git a/clippy_tests/examples/let_return.stderr b/clippy_tests/examples/let_return.stderr index 8136e6242ac..f9d5a36e780 100644 --- a/clippy_tests/examples/let_return.stderr +++ b/clippy_tests/examples/let_return.stderr @@ -26,6 +26,5 @@ note: this expression can be directly returned error: aborting due to previous error(s) -error: Could not compile `clippy_tests`. To learn more, run the command again with --verbose. diff --git a/clippy_tests/examples/let_unit.stderr b/clippy_tests/examples/let_unit.stderr index 4b3c27659e6..af3b324d813 100644 --- a/clippy_tests/examples/let_unit.stderr +++ b/clippy_tests/examples/let_unit.stderr @@ -16,6 +16,5 @@ error: this let-binding has unit value. Consider omitting `let _a =` error: aborting due to previous error(s) -error: Could not compile `clippy_tests`. To learn more, run the command again with --verbose. diff --git a/clippy_tests/examples/lifetimes.stderr b/clippy_tests/examples/lifetimes.stderr index c130fabcfa4..e02bf605370 100644 --- a/clippy_tests/examples/lifetimes.stderr +++ b/clippy_tests/examples/lifetimes.stderr @@ -114,6 +114,5 @@ error: explicit lifetimes given in parameter types where they could be elided error: aborting due to previous error(s) -error: Could not compile `clippy_tests`. To learn more, run the command again with --verbose. diff --git a/clippy_tests/examples/lint_pass.stderr b/clippy_tests/examples/lint_pass.stderr index 893a51c56b7..682a50bccc5 100644 --- a/clippy_tests/examples/lint_pass.stderr +++ b/clippy_tests/examples/lint_pass.stderr @@ -8,6 +8,5 @@ error: the lint `MISSING_LINT` is not added to any `LintPass` error: aborting due to previous error(s) -error: Could not compile `clippy_tests`. To learn more, run the command again with --verbose. diff --git a/clippy_tests/examples/literals.stderr b/clippy_tests/examples/literals.stderr index 66951886c91..ab72ba5ee43 100644 --- a/clippy_tests/examples/literals.stderr +++ b/clippy_tests/examples/literals.stderr @@ -96,6 +96,5 @@ help: if you mean to use an octal constant, use `0o`: error: aborting due to previous error(s) -error: Could not compile `clippy_tests`. To learn more, run the command again with --verbose. diff --git a/clippy_tests/examples/map_clone.stderr b/clippy_tests/examples/map_clone.stderr index 5f04a99ce09..1e6dfb82e81 100644 --- a/clippy_tests/examples/map_clone.stderr +++ b/clippy_tests/examples/map_clone.stderr @@ -110,6 +110,5 @@ error: you seem to be using .map() to clone the contents of an Option, consider error: aborting due to previous error(s) -error: Could not compile `clippy_tests`. To learn more, run the command again with --verbose. diff --git a/clippy_tests/examples/matches.stderr b/clippy_tests/examples/matches.stderr index 68e67a5be4e..62f4a2be16a 100644 --- a/clippy_tests/examples/matches.stderr +++ b/clippy_tests/examples/matches.stderr @@ -291,6 +291,5 @@ error: Err(_) will match all errors, maybe not a good idea error: aborting due to previous error(s) -error: Could not compile `clippy_tests`. To learn more, run the command again with --verbose. diff --git a/clippy_tests/examples/mem_forget.stderr b/clippy_tests/examples/mem_forget.stderr index edf6c628f6e..a17652d1bc8 100644 --- a/clippy_tests/examples/mem_forget.stderr +++ b/clippy_tests/examples/mem_forget.stderr @@ -24,6 +24,5 @@ error: usage of mem::forget on Drop type error: aborting due to previous error(s) -error: Could not compile `clippy_tests`. To learn more, run the command again with --verbose. diff --git a/clippy_tests/examples/methods.stderr b/clippy_tests/examples/methods.stderr index 28c35168f13..9633f596263 100644 --- a/clippy_tests/examples/methods.stderr +++ b/clippy_tests/examples/methods.stderr @@ -762,6 +762,5 @@ error: called `cloned().collect()` on a slice to create a `Vec`. Calling `to_vec error: aborting due to previous error(s) -error: Could not compile `clippy_tests`. To learn more, run the command again with --verbose. diff --git a/clippy_tests/examples/min_max.stderr b/clippy_tests/examples/min_max.stderr index 55cae4599bf..77d509bf0c3 100644 --- a/clippy_tests/examples/min_max.stderr +++ b/clippy_tests/examples/min_max.stderr @@ -56,6 +56,5 @@ error: this min/max combination leads to constant result error: aborting due to previous error(s) -error: Could not compile `clippy_tests`. To learn more, run the command again with --verbose. diff --git a/clippy_tests/examples/missing-doc.stderr b/clippy_tests/examples/missing-doc.stderr index e1092db510d..92ef141cca8 100644 --- a/clippy_tests/examples/missing-doc.stderr +++ b/clippy_tests/examples/missing-doc.stderr @@ -350,6 +350,5 @@ error: missing documentation for a function error: aborting due to previous error(s) -error: Could not compile `clippy_tests`. To learn more, run the command again with --verbose. diff --git a/clippy_tests/examples/module_inception.stderr b/clippy_tests/examples/module_inception.stderr index 9a794bd791c..526fe551a0a 100644 --- a/clippy_tests/examples/module_inception.stderr +++ b/clippy_tests/examples/module_inception.stderr @@ -20,6 +20,5 @@ error: module has the same name as its containing module error: aborting due to previous error(s) -error: Could not compile `clippy_tests`. To learn more, run the command again with --verbose. diff --git a/clippy_tests/examples/modulo_one.stderr b/clippy_tests/examples/modulo_one.stderr index 09de0e977ce..345f0a1acda 100644 --- a/clippy_tests/examples/modulo_one.stderr +++ b/clippy_tests/examples/modulo_one.stderr @@ -8,6 +8,5 @@ error: any number modulo 1 will be 0 error: aborting due to previous error(s) -error: Could not compile `clippy_tests`. To learn more, run the command again with --verbose. diff --git a/clippy_tests/examples/mut_from_ref.stderr b/clippy_tests/examples/mut_from_ref.stderr index d1a868f56bf..a8f3d8e34d7 100644 --- a/clippy_tests/examples/mut_from_ref.stderr +++ b/clippy_tests/examples/mut_from_ref.stderr @@ -65,6 +65,5 @@ note: immutable borrow here error: aborting due to previous error(s) -error: Could not compile `clippy_tests`. To learn more, run the command again with --verbose. diff --git a/clippy_tests/examples/mut_mut.stderr b/clippy_tests/examples/mut_mut.stderr index abd6997018c..5572f19578e 100644 --- a/clippy_tests/examples/mut_mut.stderr +++ b/clippy_tests/examples/mut_mut.stderr @@ -107,6 +107,5 @@ error: generally you want to avoid `&mut &mut _` if possible error: aborting due to previous error(s) -error: Could not compile `clippy_tests`. To learn more, run the command again with --verbose. diff --git a/clippy_tests/examples/mut_reference.stderr b/clippy_tests/examples/mut_reference.stderr index c8f606db0e1..bf654411732 100644 --- a/clippy_tests/examples/mut_reference.stderr +++ b/clippy_tests/examples/mut_reference.stderr @@ -24,6 +24,5 @@ error: The function/method `takes_an_immutable_reference` doesn't need a mutable error: aborting due to previous error(s) -error: Could not compile `clippy_tests`. To learn more, run the command again with --verbose. diff --git a/clippy_tests/examples/mutex_atomic.stderr b/clippy_tests/examples/mutex_atomic.stderr index bf6a9e8db4a..a8338458411 100644 --- a/clippy_tests/examples/mutex_atomic.stderr +++ b/clippy_tests/examples/mutex_atomic.stderr @@ -56,6 +56,5 @@ error: Consider using an AtomicIsize instead of a Mutex here. If you just want t error: aborting due to previous error(s) -error: Could not compile `clippy_tests`. To learn more, run the command again with --verbose. diff --git a/clippy_tests/examples/needless_bool.stderr b/clippy_tests/examples/needless_bool.stderr index e2cc011785e..b5580db24e5 100644 --- a/clippy_tests/examples/needless_bool.stderr +++ b/clippy_tests/examples/needless_bool.stderr @@ -88,6 +88,5 @@ error: this if-then-else expression returns a bool literal error: aborting due to previous error(s) -error: Could not compile `clippy_tests`. To learn more, run the command again with --verbose. diff --git a/clippy_tests/examples/needless_borrow.stderr b/clippy_tests/examples/needless_borrow.stderr index 6b971cd3d3d..6878a0d9124 100644 --- a/clippy_tests/examples/needless_borrow.stderr +++ b/clippy_tests/examples/needless_borrow.stderr @@ -32,6 +32,5 @@ error: this pattern creates a reference to a reference error: aborting due to previous error(s) -error: Could not compile `clippy_tests`. To learn more, run the command again with --verbose. diff --git a/clippy_tests/examples/needless_continue.stderr b/clippy_tests/examples/needless_continue.stderr index b920751c33c..04cd5448e4a 100644 --- a/clippy_tests/examples/needless_continue.stderr +++ b/clippy_tests/examples/needless_continue.stderr @@ -58,6 +58,5 @@ error: There is no need for an explicit `else` block for this `if` expression error: aborting due to previous error(s) -error: Could not compile `clippy_tests`. To learn more, run the command again with --verbose. diff --git a/clippy_tests/examples/needless_pass_by_value.stderr b/clippy_tests/examples/needless_pass_by_value.stderr index 5cfc2eddad8..2f54b82d00e 100644 --- a/clippy_tests/examples/needless_pass_by_value.stderr +++ b/clippy_tests/examples/needless_pass_by_value.stderr @@ -64,6 +64,5 @@ help: consider taking a reference instead error: aborting due to previous error(s) -error: Could not compile `clippy_tests`. To learn more, run the command again with --verbose. diff --git a/clippy_tests/examples/needless_return.stderr b/clippy_tests/examples/needless_return.stderr index a78eb9b8f41..9d97b15b364 100644 --- a/clippy_tests/examples/needless_return.stderr +++ b/clippy_tests/examples/needless_return.stderr @@ -64,6 +64,5 @@ error: unneeded return statement error: aborting due to previous error(s) -error: Could not compile `clippy_tests`. To learn more, run the command again with --verbose. diff --git a/clippy_tests/examples/needless_update.stderr b/clippy_tests/examples/needless_update.stderr index 1146b61d245..7fc9c8c682d 100644 --- a/clippy_tests/examples/needless_update.stderr +++ b/clippy_tests/examples/needless_update.stderr @@ -8,6 +8,5 @@ error: struct update has no effect, all the fields in the struct have already be error: aborting due to previous error(s) -error: Could not compile `clippy_tests`. To learn more, run the command again with --verbose. diff --git a/clippy_tests/examples/neg_multiply.stderr b/clippy_tests/examples/neg_multiply.stderr index 788cd765895..d3f3711c5ee 100644 --- a/clippy_tests/examples/neg_multiply.stderr +++ b/clippy_tests/examples/neg_multiply.stderr @@ -16,6 +16,5 @@ error: Negation by multiplying with -1 error: aborting due to previous error(s) -error: Could not compile `clippy_tests`. To learn more, run the command again with --verbose. diff --git a/clippy_tests/examples/never_loop.stderr b/clippy_tests/examples/never_loop.stderr index 1ad1ca8de89..d7959bc20c3 100644 --- a/clippy_tests/examples/never_loop.stderr +++ b/clippy_tests/examples/never_loop.stderr @@ -96,6 +96,5 @@ error: this loop never actually loops error: aborting due to previous error(s) -error: Could not compile `clippy_tests`. To learn more, run the command again with --verbose. diff --git a/clippy_tests/examples/new_without_default.stderr b/clippy_tests/examples/new_without_default.stderr index afae03ee9b0..a82c7671c74 100644 --- a/clippy_tests/examples/new_without_default.stderr +++ b/clippy_tests/examples/new_without_default.stderr @@ -36,6 +36,5 @@ help: try this error: aborting due to previous error(s) -error: Could not compile `clippy_tests`. To learn more, run the command again with --verbose. diff --git a/clippy_tests/examples/no_effect.stderr b/clippy_tests/examples/no_effect.stderr index 31c3a4c86d3..1663dd04976 100644 --- a/clippy_tests/examples/no_effect.stderr +++ b/clippy_tests/examples/no_effect.stderr @@ -352,6 +352,5 @@ error: statement can be reduced error: aborting due to previous error(s) -error: Could not compile `clippy_tests`. To learn more, run the command again with --verbose. diff --git a/clippy_tests/examples/non_expressive_names.stderr b/clippy_tests/examples/non_expressive_names.stderr index f8e18297ce6..667e54288d4 100644 --- a/clippy_tests/examples/non_expressive_names.stderr +++ b/clippy_tests/examples/non_expressive_names.stderr @@ -143,6 +143,5 @@ error: 5th binding whose name is just one char error: aborting due to previous error(s) -error: Could not compile `clippy_tests`. To learn more, run the command again with --verbose. diff --git a/clippy_tests/examples/ok_if_let.stderr b/clippy_tests/examples/ok_if_let.stderr index 2399d7782bc..fc93e96c095 100644 --- a/clippy_tests/examples/ok_if_let.stderr +++ b/clippy_tests/examples/ok_if_let.stderr @@ -13,6 +13,5 @@ error: Matching on `Some` with `ok()` is redundant error: aborting due to previous error(s) -error: Could not compile `clippy_tests`. To learn more, run the command again with --verbose. diff --git a/clippy_tests/examples/op_ref.stderr b/clippy_tests/examples/op_ref.stderr index 89ac9e4d8c4..7315483bb4e 100644 --- a/clippy_tests/examples/op_ref.stderr +++ b/clippy_tests/examples/op_ref.stderr @@ -10,6 +10,5 @@ help: use the values directly error: aborting due to previous error(s) -error: Could not compile `clippy_tests`. To learn more, run the command again with --verbose. diff --git a/clippy_tests/examples/open_options.stderr b/clippy_tests/examples/open_options.stderr index 94ef9277530..d7affcdba2b 100644 --- a/clippy_tests/examples/open_options.stderr +++ b/clippy_tests/examples/open_options.stderr @@ -56,6 +56,5 @@ error: the method "truncate" is called more than once error: aborting due to previous error(s) -error: Could not compile `clippy_tests`. To learn more, run the command again with --verbose. diff --git a/clippy_tests/examples/overflow_check_conditional.stderr b/clippy_tests/examples/overflow_check_conditional.stderr index f5c02c3fadd..12cfc0a8c17 100644 --- a/clippy_tests/examples/overflow_check_conditional.stderr +++ b/clippy_tests/examples/overflow_check_conditional.stderr @@ -64,6 +64,5 @@ error: You are trying to use classic C underflow conditions that will fail in Ru error: aborting due to previous error(s) -error: Could not compile `clippy_tests`. To learn more, run the command again with --verbose. diff --git a/clippy_tests/examples/panic.stderr b/clippy_tests/examples/panic.stderr index 4391a8c0017..1397396b0f2 100644 --- a/clippy_tests/examples/panic.stderr +++ b/clippy_tests/examples/panic.stderr @@ -33,6 +33,5 @@ error: you probably are missing some parameter in your format string error: aborting due to previous error(s) -error: Could not compile `clippy_tests`. To learn more, run the command again with --verbose. diff --git a/clippy_tests/examples/partialeq_ne_impl.stderr b/clippy_tests/examples/partialeq_ne_impl.stderr index e9926f9710e..032dee74c99 100644 --- a/clippy_tests/examples/partialeq_ne_impl.stderr +++ b/clippy_tests/examples/partialeq_ne_impl.stderr @@ -8,6 +8,5 @@ error: re-implementing `PartialEq::ne` is unnecessary error: aborting due to previous error(s) -error: Could not compile `clippy_tests`. To learn more, run the command again with --verbose. diff --git a/clippy_tests/examples/patterns.stderr b/clippy_tests/examples/patterns.stderr index 5423730dfe0..38436186856 100644 --- a/clippy_tests/examples/patterns.stderr +++ b/clippy_tests/examples/patterns.stderr @@ -8,6 +8,5 @@ error: the `y @ _` pattern can be written as just `y` error: aborting due to previous error(s) -error: Could not compile `clippy_tests`. To learn more, run the command again with --verbose. diff --git a/clippy_tests/examples/precedence.stderr b/clippy_tests/examples/precedence.stderr index 324a42757ef..4666a307513 100644 --- a/clippy_tests/examples/precedence.stderr +++ b/clippy_tests/examples/precedence.stderr @@ -72,6 +72,5 @@ error: unary minus has lower precedence than method call error: aborting due to previous error(s) -error: Could not compile `clippy_tests`. To learn more, run the command again with --verbose. diff --git a/clippy_tests/examples/print.stderr b/clippy_tests/examples/print.stderr index d231ef5a119..d7a69578770 100644 --- a/clippy_tests/examples/print.stderr +++ b/clippy_tests/examples/print.stderr @@ -64,6 +64,5 @@ error: use of `Debug`-based formatting error: aborting due to previous error(s) -error: Could not compile `clippy_tests`. To learn more, run the command again with --verbose. diff --git a/clippy_tests/examples/print_with_newline.stderr b/clippy_tests/examples/print_with_newline.stderr index 846bdc9f53a..cae41cb02c0 100644 --- a/clippy_tests/examples/print_with_newline.stderr +++ b/clippy_tests/examples/print_with_newline.stderr @@ -32,6 +32,5 @@ error: using `print!()` with a format string that ends in a newline, consider us error: aborting due to previous error(s) -error: Could not compile `clippy_tests`. To learn more, run the command again with --verbose. diff --git a/clippy_tests/examples/ptr_arg.stderr b/clippy_tests/examples/ptr_arg.stderr index 1297d1be826..90cda604da6 100644 --- a/clippy_tests/examples/ptr_arg.stderr +++ b/clippy_tests/examples/ptr_arg.stderr @@ -24,6 +24,5 @@ error: writing `&Vec<_>` instead of `&[_]` involves one more reference and canno error: aborting due to previous error(s) -error: Could not compile `clippy_tests`. To learn more, run the command again with --verbose. diff --git a/clippy_tests/examples/range.stderr b/clippy_tests/examples/range.stderr index 53ba8d45b5d..bd122061813 100644 --- a/clippy_tests/examples/range.stderr +++ b/clippy_tests/examples/range.stderr @@ -56,6 +56,5 @@ error: Iterator::step_by(0) will panic at runtime error: aborting due to previous error(s) -error: Could not compile `clippy_tests`. To learn more, run the command again with --verbose. diff --git a/clippy_tests/examples/redundant_closure_call.stderr b/clippy_tests/examples/redundant_closure_call.stderr index 418d51b8fb2..83d928e383c 100644 --- a/clippy_tests/examples/redundant_closure_call.stderr +++ b/clippy_tests/examples/redundant_closure_call.stderr @@ -40,6 +40,5 @@ error: Try not to call a closure in the expression where it is declared. error: aborting due to previous error(s) -error: Could not compile `clippy_tests`. To learn more, run the command again with --verbose. diff --git a/clippy_tests/examples/reference.stderr b/clippy_tests/examples/reference.stderr index 29abfae35f6..6e18513be34 100644 --- a/clippy_tests/examples/reference.stderr +++ b/clippy_tests/examples/reference.stderr @@ -88,6 +88,5 @@ error: immediately dereferencing a reference error: aborting due to previous error(s) -error: Could not compile `clippy_tests`. To learn more, run the command again with --verbose. diff --git a/clippy_tests/examples/regex.stderr b/clippy_tests/examples/regex.stderr index bd8d3579c6b..fd095c00fa6 100644 --- a/clippy_tests/examples/regex.stderr +++ b/clippy_tests/examples/regex.stderr @@ -6,6 +6,5 @@ error[E0463]: can't find crate for `regex` error: aborting due to previous error(s) -error: Could not compile `clippy_tests`. To learn more, run the command again with --verbose. diff --git a/clippy_tests/examples/serde.stderr b/clippy_tests/examples/serde.stderr index 095051637b6..5fb80eb7737 100644 --- a/clippy_tests/examples/serde.stderr +++ b/clippy_tests/examples/serde.stderr @@ -6,6 +6,5 @@ error[E0463]: can't find crate for `serde` error: aborting due to previous error(s) -error: Could not compile `clippy_tests`. To learn more, run the command again with --verbose. diff --git a/clippy_tests/examples/shadow.stderr b/clippy_tests/examples/shadow.stderr index 9d576adb94f..e6d36297b8a 100644 --- a/clippy_tests/examples/shadow.stderr +++ b/clippy_tests/examples/shadow.stderr @@ -142,6 +142,5 @@ note: previous binding is here error: aborting due to previous error(s) -error: Could not compile `clippy_tests`. To learn more, run the command again with --verbose. diff --git a/clippy_tests/examples/short_circuit_statement.stderr b/clippy_tests/examples/short_circuit_statement.stderr index b71f0a2d37d..ce2737f0c34 100644 --- a/clippy_tests/examples/short_circuit_statement.stderr +++ b/clippy_tests/examples/short_circuit_statement.stderr @@ -24,6 +24,5 @@ error: boolean short circuit operator in statement may be clearer using an expli error: aborting due to previous error(s) -error: Could not compile `clippy_tests`. To learn more, run the command again with --verbose. diff --git a/clippy_tests/examples/should_assert_eq.stderr b/clippy_tests/examples/should_assert_eq.stderr index 72dd99836f9..4152611791a 100644 --- a/clippy_tests/examples/should_assert_eq.stderr +++ b/clippy_tests/examples/should_assert_eq.stderr @@ -63,6 +63,5 @@ error: use `assert_ne` for better reporting error: aborting due to previous error(s) -error: Could not compile `clippy_tests`. To learn more, run the command again with --verbose. diff --git a/clippy_tests/examples/strings.stderr b/clippy_tests/examples/strings.stderr index 2b0e4dcdf1b..b43353c398d 100644 --- a/clippy_tests/examples/strings.stderr +++ b/clippy_tests/examples/strings.stderr @@ -80,6 +80,5 @@ error: manual implementation of an assign operation error: aborting due to previous error(s) -error: Could not compile `clippy_tests`. To learn more, run the command again with --verbose. diff --git a/clippy_tests/examples/stutter.stderr b/clippy_tests/examples/stutter.stderr index 88b5b25e6df..42c38703f08 100644 --- a/clippy_tests/examples/stutter.stderr +++ b/clippy_tests/examples/stutter.stderr @@ -32,6 +32,5 @@ error: item name ends with its containing module's name error: aborting due to previous error(s) -error: Could not compile `clippy_tests`. To learn more, run the command again with --verbose. diff --git a/clippy_tests/examples/swap.stderr b/clippy_tests/examples/swap.stderr index 8927da371a4..33b4512fc12 100644 --- a/clippy_tests/examples/swap.stderr +++ b/clippy_tests/examples/swap.stderr @@ -74,6 +74,5 @@ error: this looks like you are trying to swap `c.0` and `a` error: aborting due to previous error(s) -error: Could not compile `clippy_tests`. To learn more, run the command again with --verbose. diff --git a/clippy_tests/examples/temporary_assignment.stderr b/clippy_tests/examples/temporary_assignment.stderr index 134debb22ff..f901434cb6d 100644 --- a/clippy_tests/examples/temporary_assignment.stderr +++ b/clippy_tests/examples/temporary_assignment.stderr @@ -16,6 +16,5 @@ error: assignment to temporary error: aborting due to previous error(s) -error: Could not compile `clippy_tests`. To learn more, run the command again with --verbose. diff --git a/clippy_tests/examples/toplevel_ref_arg.stderr b/clippy_tests/examples/toplevel_ref_arg.stderr index 1256c93bf83..1d7b57c65dc 100644 --- a/clippy_tests/examples/toplevel_ref_arg.stderr +++ b/clippy_tests/examples/toplevel_ref_arg.stderr @@ -40,6 +40,5 @@ error: `ref` on an entire `let` pattern is discouraged, take a reference with `& error: aborting due to previous error(s) -error: Could not compile `clippy_tests`. To learn more, run the command again with --verbose. diff --git a/clippy_tests/examples/unicode.stderr b/clippy_tests/examples/unicode.stderr index 07aa609f321..6ab5ef75d3f 100644 --- a/clippy_tests/examples/unicode.stderr +++ b/clippy_tests/examples/unicode.stderr @@ -30,6 +30,5 @@ error: literal non-ASCII character detected error: aborting due to previous error(s) -error: Could not compile `clippy_tests`. To learn more, run the command again with --verbose. diff --git a/clippy_tests/examples/unit_cmp.stderr b/clippy_tests/examples/unit_cmp.stderr index 5b7b116c82c..9636e8e636e 100644 --- a/clippy_tests/examples/unit_cmp.stderr +++ b/clippy_tests/examples/unit_cmp.stderr @@ -16,6 +16,5 @@ error: >-comparison of unit values detected. This will always be false error: aborting due to previous error(s) -error: Could not compile `clippy_tests`. To learn more, run the command again with --verbose. diff --git a/clippy_tests/examples/unneeded_field_pattern.stderr b/clippy_tests/examples/unneeded_field_pattern.stderr index d26a19f0ca8..48c314aedaa 100644 --- a/clippy_tests/examples/unneeded_field_pattern.stderr +++ b/clippy_tests/examples/unneeded_field_pattern.stderr @@ -18,6 +18,5 @@ error: All the struct fields are matched to a wildcard pattern, consider using ` error: aborting due to previous error(s) -error: Could not compile `clippy_tests`. To learn more, run the command again with --verbose. diff --git a/clippy_tests/examples/unsafe_removed_from_name.stderr b/clippy_tests/examples/unsafe_removed_from_name.stderr index e360528e29b..8556e32d307 100644 --- a/clippy_tests/examples/unsafe_removed_from_name.stderr +++ b/clippy_tests/examples/unsafe_removed_from_name.stderr @@ -24,6 +24,5 @@ error: removed "unsafe" from the name of `Unsafe` in use as `LieAboutModSafety` error: aborting due to previous error(s) -error: Could not compile `clippy_tests`. To learn more, run the command again with --verbose. diff --git a/clippy_tests/examples/unused_io_amount.stderr b/clippy_tests/examples/unused_io_amount.stderr index f2e5ff28666..7eedcf029c5 100644 --- a/clippy_tests/examples/unused_io_amount.stderr +++ b/clippy_tests/examples/unused_io_amount.stderr @@ -50,6 +50,5 @@ error: handle read amount returned or use `Read::read_exact` instead error: aborting due to previous error(s) -error: Could not compile `clippy_tests`. To learn more, run the command again with --verbose. diff --git a/clippy_tests/examples/unused_labels.stderr b/clippy_tests/examples/unused_labels.stderr index 4b336dd0ec0..c4132e89f76 100644 --- a/clippy_tests/examples/unused_labels.stderr +++ b/clippy_tests/examples/unused_labels.stderr @@ -28,6 +28,5 @@ error: unused label `'same_label_in_two_fns` error: aborting due to previous error(s) -error: Could not compile `clippy_tests`. To learn more, run the command again with --verbose. diff --git a/clippy_tests/examples/unused_lt.stderr b/clippy_tests/examples/unused_lt.stderr index 2c2aac2d84e..97777c7528f 100644 --- a/clippy_tests/examples/unused_lt.stderr +++ b/clippy_tests/examples/unused_lt.stderr @@ -24,6 +24,5 @@ error: this lifetime isn't used in the function definition error: aborting due to previous error(s) -error: Could not compile `clippy_tests`. To learn more, run the command again with --verbose. diff --git a/clippy_tests/examples/used_underscore_binding.stderr b/clippy_tests/examples/used_underscore_binding.stderr index 7daa9ab8d79..a6a126d8a8c 100644 --- a/clippy_tests/examples/used_underscore_binding.stderr +++ b/clippy_tests/examples/used_underscore_binding.stderr @@ -40,6 +40,5 @@ error: used binding `_underscore_field` which is prefixed with an underscore. A error: aborting due to previous error(s) -error: Could not compile `clippy_tests`. To learn more, run the command again with --verbose. diff --git a/clippy_tests/examples/useless_attribute.stderr b/clippy_tests/examples/useless_attribute.stderr index f82401226f9..fd207d9e431 100644 --- a/clippy_tests/examples/useless_attribute.stderr +++ b/clippy_tests/examples/useless_attribute.stderr @@ -6,6 +6,5 @@ error[E0463]: can't find crate for `clippy_lints` error: aborting due to previous error(s) -error: Could not compile `clippy_tests`. To learn more, run the command again with --verbose. diff --git a/clippy_tests/examples/vec.stderr b/clippy_tests/examples/vec.stderr index 2cdfbd116e7..d83bcf9a3c8 100644 --- a/clippy_tests/examples/vec.stderr +++ b/clippy_tests/examples/vec.stderr @@ -48,6 +48,5 @@ error: useless use of `vec!` error: aborting due to previous error(s) -error: Could not compile `clippy_tests`. To learn more, run the command again with --verbose. diff --git a/clippy_tests/examples/while_loop.stderr b/clippy_tests/examples/while_loop.stderr index ffc6bff2019..9fbb84d6df2 100644 --- a/clippy_tests/examples/while_loop.stderr +++ b/clippy_tests/examples/while_loop.stderr @@ -119,6 +119,5 @@ error: empty `loop {}` detected. You may want to either use `panic!()` or add `s error: aborting due to previous error(s) -error: Could not compile `clippy_tests`. To learn more, run the command again with --verbose. diff --git a/clippy_tests/examples/wrong_self_convention.stderr b/clippy_tests/examples/wrong_self_convention.stderr index 91ed88dd4af..1d597368397 100644 --- a/clippy_tests/examples/wrong_self_convention.stderr +++ b/clippy_tests/examples/wrong_self_convention.stderr @@ -96,6 +96,5 @@ error: methods called `from_*` usually take no self; consider choosing a less am error: aborting due to previous error(s) -error: Could not compile `clippy_tests`. To learn more, run the command again with --verbose. diff --git a/clippy_tests/examples/zero_div_zero.stderr b/clippy_tests/examples/zero_div_zero.stderr index da6f28dba74..b2a7194ac0f 100644 --- a/clippy_tests/examples/zero_div_zero.stderr +++ b/clippy_tests/examples/zero_div_zero.stderr @@ -68,6 +68,5 @@ error: constant division of 0.0 with 0.0 will always result in NaN error: aborting due to previous error(s) -error: Could not compile `clippy_tests`. To learn more, run the command again with --verbose. diff --git a/clippy_tests/examples/zero_ptr.stderr b/clippy_tests/examples/zero_ptr.stderr index 643b2dafbdc..bb8f78d00a9 100644 --- a/clippy_tests/examples/zero_ptr.stderr +++ b/clippy_tests/examples/zero_ptr.stderr @@ -16,6 +16,5 @@ error: `0 as *mut _` detected. Consider using `ptr::null_mut()` error: aborting due to previous error(s) -error: Could not compile `clippy_tests`. To learn more, run the command again with --verbose. -- 2.44.0