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 678f3ee9a..e8f09f94a 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 8ba381289..2bfcc379e 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 21b49c1dd..bf2fc102d 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 d2106d5f3..9af027b37 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 8e399b90d..b0ff237cc 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 b5a6ca923..f5c6f69e4 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 d44f1e873..0c3912781 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 cb794d5c9..62b07b6f2 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 61689d3b1..355941292 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 18d5843fe..065266591 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 eabd3f9d1..f28c7206b 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 31466ba87..038f2a4d1 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 6670a8c40..1ac5c0735 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 413215acb..013fdba7c 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 a7912e0c1..271bfef17 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 9560ab924..efe4c3cce 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 745e44f6d..90b9747bc 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 a20051ade..d7b27eb5d 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 327134c12..fb35717ec 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 b90ab825d..93635fbd8 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 ea64a33cb..408ee6744 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 ef2d3e15d..7398cae5c 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 f0344d692..a8bf7c0e9 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 7a8f65520..882e67fb5 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 af3ee3c04..bc5c17cb6 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 a9ac44435..e6d39dc5c 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 cfb278886..0d3552a6d 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 7e23de55d..7b4f7a763 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 ad688849e..0f432b0fa 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 d6634bff9..12d07267d 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 8eaf70c48..86eba81d7 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 2b564c990..b4d37a599 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 e70980102..df3564cd9 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 486f0d83f..4f8cd9418 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 2960608e6..706e274ff 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 2323aa234..dc1d8f209 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 978bbcc51..64cfb4a0f 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 b78f98cb6..fdd6b37e0 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 7bbe4d050..00cd9aceb 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 2ba83ffa0..10d6c4921 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 d542cacc4..a9a4ff0ca 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 65513c3ff..b33456c8c 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 05ee40397..257b4fd0b 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 e752ffd23..37ed3204f 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 543bfe4a0..068010c26 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 507619cf2..ca07faf8a 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 de678148c..db578e6ee 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 405fe12d6..42c01f5ae 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 665896632..5a7ca503f 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 fe0c08372..fdc1908b9 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 ad03afdd8..c0be0c8b8 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 a03931712..6674115ff 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 355a5594f..1a117f8af 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 110bddfec..15790e11b 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 382c51046..137ae636d 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 8136e6242..f9d5a36e7 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 4b3c27659..af3b324d8 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 c130fabcf..e02bf6053 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 893a51c56..682a50bcc 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 66951886c..ab72ba5ee 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 5f04a99ce..1e6dfb82e 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 68e67a5be..62f4a2be1 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 edf6c628f..a17652d1b 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 28c35168f..9633f5962 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 55cae4599..77d509bf0 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 e1092db51..92ef141cc 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 9a794bd79..526fe551a 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 09de0e977..345f0a1ac 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 d1a868f56..a8f3d8e34 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 abd699701..5572f1957 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 c8f606db0..bf6544117 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 bf6a9e8db..a83384584 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 e2cc01178..b5580db24 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 6b971cd3d..6878a0d91 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 b920751c3..04cd5448e 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 5cfc2edda..2f54b82d0 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 a78eb9b8f..9d97b15b3 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 1146b61d2..7fc9c8c68 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 788cd7658..d3f3711c5 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 1ad1ca8de..d7959bc20 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 afae03ee9..a82c7671c 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 31c3a4c86..1663dd049 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 f8e18297c..667e54288 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 2399d7782..fc93e96c0 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 89ac9e4d8..7315483bb 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 94ef92775..d7affcdba 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 f5c02c3fa..12cfc0a8c 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 4391a8c00..1397396b0 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 e9926f971..032dee74c 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 5423730df..384361868 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 324a42757..4666a3075 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 d231ef5a1..d7a695787 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 846bdc9f5..cae41cb02 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 1297d1be8..90cda604d 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 53ba8d45b..bd1220618 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 418d51b8f..83d928e38 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 29abfae35..6e18513be 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 bd8d3579c..fd095c00f 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 095051637..5fb80eb77 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 9d576adb9..e6d36297b 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 b71f0a2d3..ce2737f0c 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 72dd99836..415261179 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 2b0e4dcdf..b43353c39 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 88b5b25e6..42c38703f 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 8927da371..33b4512fc 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 134debb22..f901434cb 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 1256c93bf..1d7b57c65 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 07aa609f3..6ab5ef75d 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 5b7b116c8..9636e8e63 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 d26a19f0c..48c314aed 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 e360528e2..8556e32d3 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 f2e5ff286..7eedcf029 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 4b336dd0e..c4132e89f 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 2c2aac2d8..97777c752 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 7daa9ab8d..a6a126d8a 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 f82401226..fd207d9e4 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 2cdfbd116..d83bcf9a3 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 ffc6bff20..9fbb84d6d 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 91ed88dd4..1d5973683 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 da6f28dba..b2a7194ac 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 643b2dafb..bb8f78d00 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.