Skip to content

Commit 8a2dc61

Browse files
committed
Bless ui tests for current nightly
1 parent 27fbe3f commit 8a2dc61

File tree

3 files changed

+2
-8
lines changed

3 files changed

+2
-8
lines changed

test_suite/ui/multiple_bits_deferred.stderr

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,3 @@ error[E0277]: the trait bound `AssertionFailed: ExactlyOneBitSet` is not satisfi
33
|
44
7 | Three = THREE,
55
| ^^^^^^^^^^^^^ the trait `ExactlyOneBitSet` is not implemented for `AssertionFailed`
6-
|
7-
= help: the trait `ExactlyOneBitSet` is implemented for `AssertionSucceeded`

test_suite/ui/shift_out_of_range.stderr

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ error[E0080]: attempt to shift left by `69_i32`, which would overflow
2020
--> ui/shift_out_of_range.rs:5:17
2121
|
2222
5 | BigNumber = 1 << 69,
23-
| ^^^^^^^ evaluation of constant value failed here
23+
| ^^^^^^^ evaluation of `Foo::BigNumber::{constant#0}` failed here
2424

2525
error[E0080]: attempt to shift left by `20_i32`, which would overflow
2626
--> ui/shift_out_of_range.rs:12:17
2727
|
2828
12 | BigNumber = 1 << 20,
29-
| ^^^^^^^ evaluation of constant value failed here
29+
| ^^^^^^^ evaluation of `Bar::BigNumber::{constant#0}` failed here

test_suite/ui/zero_discriminant_deferred.stderr

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,9 @@ error[E0277]: the trait bound `AssertionFailed: ExactlyOneBitSet` is not satisfi
33
|
44
7 | Zero = ZERO,
55
| ^^^^^^^^^^^ the trait `ExactlyOneBitSet` is not implemented for `AssertionFailed`
6-
|
7-
= help: the trait `ExactlyOneBitSet` is implemented for `AssertionSucceeded`
86

97
error[E0277]: the trait bound `AssertionFailed: ExactlyOneBitSet` is not satisfied
108
--> ui/zero_discriminant_deferred.rs:14:5
119
|
1210
14 | Overflown = (ZERO + 2) << 7,
1311
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `ExactlyOneBitSet` is not implemented for `AssertionFailed`
14-
|
15-
= help: the trait `ExactlyOneBitSet` is implemented for `AssertionSucceeded`

0 commit comments

Comments
 (0)