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 1
1
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
3
3
|
4
4
7 | Three = THREE,
5
5
| ^^^^^^^^^^^^^ 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 1
1
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
3
3
|
4
4
7 | Zero = ZERO,
5
5
| ^^^^^^^^^^^ the trait `ExactlyOneBitSet` is not implemented for `AssertionFailed`
6
+ |
7
+ = help: the trait `ExactlyOneBitSet` is implemented for `AssertionSucceeded`
6
8
7
9
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
9
11
|
10
12
14 | Overflown = (ZERO + 2) << 7,
11
13
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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