Skip to content

Commit 88101d5

Browse files
authored
Merge pull request #1839 from Manishearth/rustup-tests
Fix the test suite after cargo update
2 parents 22c986f + 74d4842 commit 88101d5

File tree

121 files changed

+0
-121
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

121 files changed

+0
-121
lines changed

clippy_tests/examples/absurd-extreme-comparisons.stderr

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,5 @@ error: <-comparison of unit values detected. This will always be false
161161

162162
error: aborting due to previous error(s)
163163

164-
error: Could not compile `clippy_tests`.
165164

166165
To learn more, run the command again with --verbose.

clippy_tests/examples/approx_const.stderr

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,5 @@ error: approximate value of `f{32, 64}::consts::SQRT_2` found. Consider using it
152152

153153
error: aborting due to previous error(s)
154154

155-
error: Could not compile `clippy_tests`.
156155

157156
To learn more, run the command again with --verbose.

clippy_tests/examples/arithmetic.stderr

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,5 @@ error: floating-point arithmetic detected
8989

9090
error: aborting due to previous error(s)
9191

92-
error: Could not compile `clippy_tests`.
9392

9493
To learn more, run the command again with --verbose.

clippy_tests/examples/array_indexing.stderr

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,5 @@ error: range is out of bounds
152152

153153
error: aborting due to previous error(s)
154154

155-
error: Could not compile `clippy_tests`.
156155

157156
To learn more, run the command again with --verbose.

clippy_tests/examples/assign_ops.stderr

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,5 @@ error: manual implementation of an assign operation
176176

177177
error: aborting due to previous error(s)
178178

179-
error: Could not compile `clippy_tests`.
180179

181180
To learn more, run the command again with --verbose.

clippy_tests/examples/assign_ops2.stderr

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,5 @@ error: variable appears on both sides of an assignment operation
6464

6565
error: aborting due to previous error(s)
6666

67-
error: Could not compile `clippy_tests`.
6867

6968
To learn more, run the command again with --verbose.

clippy_tests/examples/attrs.stderr

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,5 @@ error: the since field must contain a semver-compliant version
2424

2525
error: aborting due to previous error(s)
2626

27-
error: Could not compile `clippy_tests`.
2827

2928
To learn more, run the command again with --verbose.

clippy_tests/examples/bit_masks.stderr

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,5 @@ error: ineffective bit mask: `x | 1` compared to `8`, is the same as x compared
120120

121121
error: aborting due to previous error(s)
122122

123-
error: Could not compile `clippy_tests`.
124123

125124
To learn more, run the command again with --verbose.

clippy_tests/examples/blacklisted_name.stderr

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,5 @@ error: use of a blacklisted/placeholder name `baz`
112112

113113
error: aborting due to previous error(s)
114114

115-
error: Could not compile `clippy_tests`.
116115

117116
To learn more, run the command again with --verbose.

clippy_tests/examples/block_in_if_condition.stderr

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,5 @@ error: this boolean expression can be simplified
5656

5757
error: aborting due to previous error(s)
5858

59-
error: Could not compile `clippy_tests`.
6059

6160
To learn more, run the command again with --verbose.

clippy_tests/examples/bool_comparison.stderr

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,5 @@ error: equality checks against false can be replaced by a negation
3232

3333
error: aborting due to previous error(s)
3434

35-
error: Could not compile `clippy_tests`.
3635

3736
To learn more, run the command again with --verbose.

clippy_tests/examples/booleans.stderr

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,5 @@ help: try
138138

139139
error: aborting due to previous error(s)
140140

141-
error: Could not compile `clippy_tests`.
142141

143142
To learn more, run the command again with --verbose.

clippy_tests/examples/borrow_box.stderr

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,5 @@ error: you seem to be trying to use `&Box<T>`. Consider using just `&T`
3030

3131
error: aborting due to previous error(s)
3232

33-
error: Could not compile `clippy_tests`.
3433

3534
To learn more, run the command again with --verbose.

clippy_tests/examples/box_vec.stderr

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,5 @@ error: you seem to be trying to use `Box<Vec<T>>`. Consider using just `Vec<T>`
99

1010
error: aborting due to previous error(s)
1111

12-
error: Could not compile `clippy_tests`.
1312

1413
To learn more, run the command again with --verbose.

clippy_tests/examples/cast.stderr

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,6 +360,5 @@ error: casting to the same type is unnecessary (`bool` -> `bool`)
360360

361361
error: aborting due to previous error(s)
362362

363-
error: Could not compile `clippy_tests`.
364363

365364
To learn more, run the command again with --verbose.

clippy_tests/examples/char_lit_as_u8.stderr

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,5 @@ error: casting character literal to u8. `char`s are 4 bytes wide in rust, so cas
1010

1111
error: aborting due to previous error(s)
1212

13-
error: Could not compile `clippy_tests`.
1413

1514
To learn more, run the command again with --verbose.

clippy_tests/examples/cmp_nan.stderr

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,5 @@ error: doomed comparison with NAN, use `std::{f32,f64}::is_nan()` instead
9696

9797
error: aborting due to previous error(s)
9898

99-
error: Could not compile `clippy_tests`.
10099

101100
To learn more, run the command again with --verbose.

clippy_tests/examples/cmp_null.stderr

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,5 @@ error: Comparing with null is better expressed by the .is_null() method
1616

1717
error: aborting due to previous error(s)
1818

19-
error: Could not compile `clippy_tests`.
2019

2120
To learn more, run the command again with --verbose.

clippy_tests/examples/cmp_owned.stderr

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,5 @@ error: this creates an owned instance just for comparison
4848

4949
error: aborting due to previous error(s)
5050

51-
error: Could not compile `clippy_tests`.
5251

5352
To learn more, run the command again with --verbose.

clippy_tests/examples/collapsible_if.stderr

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,5 @@ help: try
240240

241241
error: aborting due to previous error(s)
242242

243-
error: Could not compile `clippy_tests`.
244243

245244
To learn more, run the command again with --verbose.

clippy_tests/examples/complex_types.stderr

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,5 @@ error: very complex type used. Consider factoring parts into `type` definitions
120120

121121
error: aborting due to previous error(s)
122122

123-
error: Could not compile `clippy_tests`.
124123

125124
To learn more, run the command again with --verbose.

clippy_tests/examples/copies.stderr

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,5 @@ error: This else block is redundant.
3636

3737
error: aborting due to previous error(s)
3838

39-
error: Could not compile `clippy_tests`.
4039

4140
To learn more, run the command again with --verbose.

clippy_tests/examples/cyclomatic_complexity.stderr

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,5 @@ error: the function has a cyclomatic complexity of 8
290290

291291
error: aborting due to previous error(s)
292292

293-
error: Could not compile `clippy_tests`.
294293

295294
To learn more, run the command again with --verbose.

clippy_tests/examples/cyclomatic_complexity_attr_used.stderr

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,5 @@ error: the function has a cyclomatic complexity of 3
1515

1616
error: aborting due to previous error(s)
1717

18-
error: Could not compile `clippy_tests`.
1918

2019
To learn more, run the command again with --verbose.

clippy_tests/examples/derive.stderr

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,5 @@ note: consider deriving `Clone` or removing `Copy`
7979

8080
error: aborting due to previous error(s)
8181

82-
error: Could not compile `clippy_tests`.
8382

8483
To learn more, run the command again with --verbose.

clippy_tests/examples/diverging_sub_expression.stderr

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,5 @@ error: sub-expression diverges
4848

4949
error: aborting due to previous error(s)
5050

51-
error: Could not compile `clippy_tests`.
5251

5352
To learn more, run the command again with --verbose.

clippy_tests/examples/dlist.stderr

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,5 @@ error: I see you're using a LinkedList! Perhaps you meant some other data struct
5454

5555
error: aborting due to previous error(s)
5656

57-
error: Could not compile `clippy_tests`.
5857

5958
To learn more, run the command again with --verbose.

clippy_tests/examples/doc.stderr

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,5 @@ error: you should put `be_sure_we_got_to_the_end_of_it` between ticks in the doc
208208

209209
error: aborting due to previous error(s)
210210

211-
error: Could not compile `clippy_tests`.
212211

213212
To learn more, run the command again with --verbose.

clippy_tests/examples/double_neg.stderr

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,5 @@ error: `--x` could be misinterpreted as pre-decrement by C programmers, is usual
88

99
error: aborting due to previous error(s)
1010

11-
error: Could not compile `clippy_tests`.
1211

1312
To learn more, run the command again with --verbose.

clippy_tests/examples/double_parens.stderr

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,5 @@ error: Consider removing unnecessary double parentheses
4040

4141
error: aborting due to previous error(s)
4242

43-
error: Could not compile `clippy_tests`.
4443

4544
To learn more, run the command again with --verbose.

clippy_tests/examples/drop_forget_copy.stderr

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,5 @@ note: argument has type SomeStruct
7878

7979
error: aborting due to previous error(s)
8080

81-
error: Could not compile `clippy_tests`.
8281

8382
To learn more, run the command again with --verbose.

clippy_tests/examples/drop_forget_ref.stderr

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,5 @@ note: argument has type &SomeStruct
234234

235235
error: aborting due to previous error(s)
236236

237-
error: Could not compile `clippy_tests`.
238237

239238
To learn more, run the command again with --verbose.

clippy_tests/examples/duplicate_underscore_argument.stderr

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,5 @@ error: `darth` already exists, having another argument having almost the same na
88

99
error: aborting due to previous error(s)
1010

11-
error: Could not compile `clippy_tests`.
1211

1312
To learn more, run the command again with --verbose.

clippy_tests/examples/empty_enum.stderr

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,5 @@ help: consider using the uninhabited type `!` or a wrapper around it
1313

1414
error: aborting due to previous error(s)
1515

16-
error: Could not compile `clippy_tests`.
1716

1817
To learn more, run the command again with --verbose.

clippy_tests/examples/entry.stderr

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,5 @@ error: usage of `contains_key` followed by `insert` on a `BTreeMap`
5656

5757
error: aborting due to previous error(s)
5858

59-
error: Could not compile `clippy_tests`.
6059

6160
To learn more, run the command again with --verbose.

clippy_tests/examples/enum_glob_use.stderr

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,5 @@ error: don't use glob imports for enum variants
1616

1717
error: aborting due to previous error(s)
1818

19-
error: Could not compile `clippy_tests`.
2019

2120
To learn more, run the command again with --verbose.

clippy_tests/examples/enum_variants.stderr

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,5 @@ error: All variants have the same prefix: `With`
110110

111111
error: aborting due to previous error(s)
112112

113-
error: Could not compile `clippy_tests`.
114113

115114
To learn more, run the command again with --verbose.

clippy_tests/examples/enums_clike.stderr

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,5 @@ error: Clike enum variant discriminant is not portable to 32-bit targets
6464

6565
error: aborting due to previous error(s)
6666

67-
error: Could not compile `clippy_tests`.
6867

6968
To learn more, run the command again with --verbose.

clippy_tests/examples/eq_op.stderr

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,5 @@ error: taken reference of right operand
266266

267267
error: aborting due to previous error(s)
268268

269-
error: Could not compile `clippy_tests`.
270269

271270
To learn more, run the command again with --verbose.

clippy_tests/examples/eta.stderr

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,5 @@ error: redundant closure found
4040

4141
error: aborting due to previous error(s)
4242

43-
error: Could not compile `clippy_tests`.
4443

4544
To learn more, run the command again with --verbose.

clippy_tests/examples/eval_order_dependence.stderr

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,5 @@ note: whether read occurs before this write depends on evaluation order
5252

5353
error: aborting due to previous error(s)
5454

55-
error: Could not compile `clippy_tests`.
5655

5756
To learn more, run the command again with --verbose.

clippy_tests/examples/filter_methods.stderr

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,5 @@ error: called `filter_map(p).map(q)` on an `Iterator`. This is more succinctly e
4444

4545
error: aborting due to previous error(s)
4646

47-
error: Could not compile `clippy_tests`.
4847

4948
To learn more, run the command again with --verbose.

clippy_tests/examples/float_cmp.stderr

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,5 @@ note: std::f32::EPSILON and std::f64::EPSILON are available.
104104

105105
error: aborting due to previous error(s)
106106

107-
error: Could not compile `clippy_tests`.
108107

109108
To learn more, run the command again with --verbose.

clippy_tests/examples/for_loop.stderr

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,6 +525,5 @@ help: use the corresponding method
525525

526526
error: aborting due to previous error(s)
527527

528-
error: Could not compile `clippy_tests`.
529528

530529
To learn more, run the command again with --verbose.

clippy_tests/examples/format.stderr

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,5 @@ error: useless use of `format!`
2424

2525
error: aborting due to previous error(s)
2626

27-
error: Could not compile `clippy_tests`.
2827

2928
To learn more, run the command again with --verbose.

clippy_tests/examples/formatting.stderr

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,5 @@ error: possibly missing a comma here
9595

9696
error: aborting due to previous error(s)
9797

98-
error: Could not compile `clippy_tests`.
9998

10099
To learn more, run the command again with --verbose.

clippy_tests/examples/functions.stderr

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,5 @@ error: this public function dereferences a raw pointer but is not marked `unsafe
9797

9898
error: aborting due to previous error(s)
9999

100-
error: Could not compile `clippy_tests`.
101100

102101
To learn more, run the command again with --verbose.

clippy_tests/examples/identity_op.stderr

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,5 @@ error: the operation is ineffective. Consider reducing it to `x`
5656

5757
error: aborting due to previous error(s)
5858

59-
error: Could not compile `clippy_tests`.
6059

6160
To learn more, run the command again with --verbose.

clippy_tests/examples/if_let_redundant_pattern_matching.stderr

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,5 @@ error: redundant pattern matching, consider using `is_some()`
3232

3333
error: aborting due to previous error(s)
3434

35-
error: Could not compile `clippy_tests`.
3635

3736
To learn more, run the command again with --verbose.

clippy_tests/examples/if_not_else.stderr

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,5 @@ error: Unnecessary `!=` operation
2626

2727
error: aborting due to previous error(s)
2828

29-
error: Could not compile `clippy_tests`.
3029

3130
To learn more, run the command again with --verbose.

clippy_tests/examples/invalid_upcast_comparisons.stderr

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,5 @@ error: because of the numeric bounds on `u8` prior to casting, this expression i
216216

217217
error: aborting due to previous error(s)
218218

219-
error: Could not compile `clippy_tests`.
220219

221220
To learn more, run the command again with --verbose.

clippy_tests/examples/item_after_statement.stderr

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,5 @@ error: adding items after statements is confusing, since items exist from the st
1616

1717
error: aborting due to previous error(s)
1818

19-
error: Could not compile `clippy_tests`.
2019

2120
To learn more, run the command again with --verbose.

clippy_tests/examples/large_enum_variant.stderr

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,5 @@ help: consider boxing the large fields to reduce the total size of the enum
6969

7070
error: aborting due to previous error(s)
7171

72-
error: Could not compile `clippy_tests`.
7372

7473
To learn more, run the command again with --verbose.

clippy_tests/examples/len_zero.stderr

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,5 @@ error: length comparison to zero
106106

107107
error: aborting due to previous error(s)
108108

109-
error: Could not compile `clippy_tests`.
110109

111110
To learn more, run the command again with --verbose.

clippy_tests/examples/let_if_seq.stderr

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,5 @@ error: `if _ { .. } else { .. }` is an expression
5252

5353
error: aborting due to previous error(s)
5454

55-
error: Could not compile `clippy_tests`.
5655

5756
To learn more, run the command again with --verbose.

clippy_tests/examples/let_return.stderr

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,5 @@ note: this expression can be directly returned
2626

2727
error: aborting due to previous error(s)
2828

29-
error: Could not compile `clippy_tests`.
3029

3130
To learn more, run the command again with --verbose.

clippy_tests/examples/let_unit.stderr

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,5 @@ error: this let-binding has unit value. Consider omitting `let _a =`
1616

1717
error: aborting due to previous error(s)
1818

19-
error: Could not compile `clippy_tests`.
2019

2120
To learn more, run the command again with --verbose.

0 commit comments

Comments
 (0)