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.

0 commit comments

Comments
 (0)