Skip to content

Commit c898257

Browse files
committed
Update expected trybuild output for latest nightly
1 parent a6ea3aa commit c898257

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
error[E0277]: the trait bound `AssertionFailed: ExactlyOneBitSet` is not satisfied
2-
--> $DIR/multiple_bits_deferred.rs:7:5
2+
--> ui/multiple_bits_deferred.rs:7:5
33
|
44
7 | Three = THREE,
55
| ^^^^^^^^^^^^^ the trait `ExactlyOneBitSet` is not implemented for `AssertionFailed`
6+
|
7+
= help: the trait `ExactlyOneBitSet` is implemented for `AssertionSucceeded`
Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
error[E0277]: the trait bound `AssertionFailed: ExactlyOneBitSet` is not satisfied
2-
--> $DIR/zero_discriminant_deferred.rs:7:5
2+
--> ui/zero_discriminant_deferred.rs:7:5
33
|
44
7 | Zero = ZERO,
55
| ^^^^^^^^^^^ the trait `ExactlyOneBitSet` is not implemented for `AssertionFailed`
6+
|
7+
= help: the trait `ExactlyOneBitSet` is implemented for `AssertionSucceeded`
68

79
error[E0277]: the trait bound `AssertionFailed: ExactlyOneBitSet` is not satisfied
8-
--> $DIR/zero_discriminant_deferred.rs:14:5
10+
--> ui/zero_discriminant_deferred.rs:14:5
911
|
1012
14 | Overflown = (ZERO + 2) << 7,
1113
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `ExactlyOneBitSet` is not implemented for `AssertionFailed`
14+
|
15+
= help: the trait `ExactlyOneBitSet` is implemented for `AssertionSucceeded`

0 commit comments

Comments
 (0)