diff --git a/clippy_tests/examples/absurd-extreme-comparisons.stderr b/clippy_tests/examples/absurd-extreme-comparisons.stderr index 678f3ee9adb3..e8f09f94a4d7 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 8ba381289593..2bfcc379e300 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 21b49c1dd14b..bf2fc102d1b4 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 d2106d5f3a73..9af027b3731c 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 8e399b90d9d2..b0ff237cc8cd 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 b5a6ca9233d5..f5c6f69e4c5f 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 d44f1e873928..0c3912781075 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 cb794d5c98b8..62b07b6f2d89 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 61689d3b16d0..35594129247a 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 18d5843fe3f9..06526659105d 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 eabd3f9d1d0f..f28c7206ba45 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 31466ba87889..038f2a4d1990 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 6670a8c40835..1ac5c0735db2 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 413215acb155..013fdba7cbd6 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 a7912e0c1785..271bfef17bd9 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 9560ab924c65..efe4c3cceec4 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 745e44f6d0c7..90b9747bc6f7 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 a20051adeb83..d7b27eb5da40 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 327134c12894..fb35717ec552 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 b90ab825db75..93635fbd84d1 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 ea64a33cbaba..408ee6744ef0 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 ef2d3e15d2d8..7398cae5cd32 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 f0344d692a4b..a8bf7c0e9379 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 7a8f655207dd..882e67fb5c35 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 af3ee3c042b0..bc5c17cb6d24 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 a9ac44435565..e6d39dc5cafd 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 cfb2788866df..0d3552a6da14 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 7e23de55da1e..7b4f7a763bac 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 ad688849e874..0f432b0fa311 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 d6634bff9c9a..12d07267d033 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 8eaf70c480ca..86eba81d7c4f 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 2b564c9903ac..b4d37a5994ae 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 e70980102522..df3564cd9419 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 486f0d83fa25..4f8cd9418aa2 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 2960608e60dd..706e274ff5b9 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 2323aa234bbf..dc1d8f209d22 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 978bbcc51265..64cfb4a0f21e 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 b78f98cb6911..fdd6b37e0918 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 7bbe4d05013b..00cd9aceb82f 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 2ba83ffa0fee..10d6c4921ca8 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 d542cacc4bd9..a9a4ff0caeda 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 65513c3ff02b..b33456c8c365 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 05ee40397ede..257b4fd0bd7d 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 e752ffd2362c..37ed3204f6ab 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 543bfe4a07ed..068010c2608c 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 507619cf2615..ca07faf8a9a5 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 de678148cd1c..db578e6ee8a6 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 405fe12d69f6..42c01f5ae05c 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 665896632af3..5a7ca503f4c9 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 fe0c0837214f..fdc1908b9ef0 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 ad03afdd830f..c0be0c8b89d6 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 a039317126ea..6674115ff86e 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 355a5594f3a5..1a117f8af24d 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 110bddfec10a..15790e11b082 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 382c51046b42..137ae636d497 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 8136e6242ac2..f9d5a36e780b 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 4b3c27659e69..af3b324d8136 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 c130fabcfa4c..e02bf6053705 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 893a51c56b71..682a50bccc51 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 66951886c915..ab72ba5ee436 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 5f04a99ce09e..1e6dfb82e818 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 68e67a5be4e9..62f4a2be16a2 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 edf6c628f6e6..a17652d1bc84 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 28c35168f135..9633f596263a 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 55cae4599bf8..77d509bf0c3d 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 e1092db510d6..92ef141cca88 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 9a794bd791cd..526fe551a0ad 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 09de0e977cee..345f0a1acdac 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 d1a868f56bfa..a8f3d8e34d71 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 abd6997018c6..5572f19578e5 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 c8f606db0e17..bf6544117322 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 bf6a9e8db4a7..a83384584110 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 e2cc011785ed..b5580db24e5a 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 6b971cd3d3d3..6878a0d91242 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 b920751c33c2..04cd5448e4a7 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 5cfc2eddad8b..2f54b82d00eb 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 a78eb9b8f41f..9d97b15b364a 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 1146b61d2456..7fc9c8c682da 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 788cd7658954..d3f3711c5ee8 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 1ad1ca8de89c..d7959bc20c3a 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 afae03ee9b0c..a82c7671c744 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 31c3a4c86d37..1663dd049766 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 f8e18297ce68..667e54288d4a 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 2399d7782bc1..fc93e96c0956 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 89ac9e4d8c48..7315483bb4e0 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 94ef92775307..d7affcdba2b2 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 f5c02c3fadd5..12cfc0a8c179 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 4391a8c0017f..1397396b0f28 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 e9926f9710eb..032dee74c99b 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 5423730dfe06..384361868561 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 324a42757eff..4666a3075138 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 d231ef5a1193..d7a69578770b 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 846bdc9f53a6..cae41cb02c07 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 1297d1be8269..90cda604da68 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 53ba8d45b5de..bd1220618135 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 418d51b8fb20..83d928e383c8 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 29abfae35f64..6e18513be34c 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 bd8d3579c6b9..fd095c00fa60 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 095051637b64..5fb80eb7737d 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 9d576adb94fc..e6d36297b8ad 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 b71f0a2d37d3..ce2737f0c346 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 72dd99836f9f..4152611791ad 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 2b0e4dcdf1b3..b43353c398dd 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 88b5b25e6df3..42c38703f089 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 8927da371a4a..33b4512fc128 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 134debb22ff7..f901434cb6d6 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 1256c93bf831..1d7b57c65dce 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 07aa609f3218..6ab5ef75d3f3 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 5b7b116c82cc..9636e8e636ea 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 d26a19f0ca81..48c314aedaa2 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 e360528e29ba..8556e32d307d 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 f2e5ff286663..7eedcf029c58 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 4b336dd0ec06..c4132e89f76e 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 2c2aac2d84e0..97777c7528fb 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 7daa9ab8d792..a6a126d8a8c4 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 f82401226f9e..fd207d9e4318 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 2cdfbd116e71..d83bcf9a3c89 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 ffc6bff20190..9fbb84d6df2b 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 91ed88dd4afa..1d5973683970 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 da6f28dba746..b2a7194ac0fe 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 643b2dafbdc1..bb8f78d00a97 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.