Skip to content

Commit 5476e60

Browse files
committed
Update the expected output for nightly too
1 parent f35d5b5 commit 5476e60

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed
Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
error[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`

0 commit comments

Comments
 (0)