File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed
Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 11error[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 |
447 | Three = THREE,
55 | ^^^^^^^^^^^^^ the trait `ExactlyOneBitSet` is not implemented for `AssertionFailed`
6+ |
7+ = help: the trait `ExactlyOneBitSet` is implemented for `AssertionSucceeded`
Original file line number Diff line number Diff line change 11error[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 |
447 | Zero = ZERO,
55 | ^^^^^^^^^^^ the trait `ExactlyOneBitSet` is not implemented for `AssertionFailed`
6+ |
7+ = help: the trait `ExactlyOneBitSet` is implemented for `AssertionSucceeded`
68
79error[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 |
101214 | Overflown = (ZERO + 2) << 7,
1113 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `ExactlyOneBitSet` is not implemented for `AssertionFailed`
14+ |
15+ = help: the trait `ExactlyOneBitSet` is implemented for `AssertionSucceeded`
You can’t perform that action at this time.
0 commit comments