Skip to content

Commit 8fde754

Browse files
committed
Update test output for nightly
1 parent 6434047 commit 8fde754

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
error: Flags must have exactly one set bit
2+
--> $DIR/multiple_bits.rs:5:5
3+
|
4+
5 | MultipleBits = 6,
5+
| ^^^^^^^^^^^^^^^^
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
error[E0277]: the trait bound `enumflags2::_internal::AssertionFailed: enumflags2::_internal::ExactlyOneBitSet` is not satisfied
2-
--> $DIR/multiple_bits_deferred.rs:6:5
1+
error[E0277]: the trait bound `AssertionFailed: ExactlyOneBitSet` is not satisfied
2+
--> $DIR/multiple_bits_deferred.rs:7:5
33
|
4-
6 | Three = THREE,
5-
| ^^^^^^^^^^^^^ the trait `enumflags2::_internal::ExactlyOneBitSet` is not implemented for `enumflags2::_internal::AssertionFailed`
4+
7 | Three = THREE,
5+
| ^^^^^^^^^^^^^ the trait `ExactlyOneBitSet` is not implemented for `AssertionFailed`
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
error: Flags must have exactly one set bit
2+
--> $DIR/zero_disciminant.rs:4:5
3+
|
4+
4 | Zero = 0,
5+
| ^^^^^^^^

0 commit comments

Comments
 (0)