File tree Expand file tree Collapse file tree 1 file changed +4
-9
lines changed
Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change 11error[E0277]: the trait bound `enumflags2::_internal::AssertionFailed: enumflags2::_internal::ExactlyOneBitSet` is not satisfied
2- --> $DIR/multiple_bits_deferred.rs:6:5
3- |
4- 6 | Three = THREE,
5- | ^^^^^^^^^^^^^ the trait `enumflags2::_internal::ExactlyOneBitSet` is not implemented for `enumflags2::_internal::AssertionFailed`
6- |
7- ::: $WORKSPACE/src/lib.rs:228:34
8- |
9- 228 | where Assertion::Status: ExactlyOneBitSet {}
10- | ---------------- required by this bound in `enumflags2::_internal::assert_exactly_one_bit_set`
2+ --> $DIR/multiple_bits_deferred.rs:6:5
3+ |
4+ 6 | Three = THREE,
5+ | ^^^^^^^^^^^^^ the trait `enumflags2::_internal::ExactlyOneBitSet` is not implemented for `enumflags2::_internal::AssertionFailed`
You can’t perform that action at this time.
0 commit comments