Skip to content

Commit 73c9729

Browse files
committed
Update bitfield ui test to nightly-2025-11-02
1 parent 0f3c971 commit 73c9729

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

bitfield/tests/04-multiple-of-8bits.stderr

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,9 @@ error[E0277]: the trait bound `bitfield::checks::SevenMod8: bitfield::checks::To
44
53 | #[bitfield]
55
| ^^^^^^^^^^^ the trait `bitfield::checks::TotalSizeIsMultipleOfEightBits` is not implemented for `bitfield::checks::SevenMod8`
66
|
7-
= help: the trait `bitfield::checks::TotalSizeIsMultipleOfEightBits` is implemented for `bitfield::checks::ZeroMod8`
7+
help: the trait `bitfield::checks::TotalSizeIsMultipleOfEightBits` is implemented for `bitfield::checks::ZeroMod8`
8+
--> src/checks.rs
9+
|
10+
| impl TotalSizeIsMultipleOfEightBits for ZeroMod8 {
11+
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
812
= note: this error originates in the attribute macro `bitfield` (in Nightly builds, run with -Z macro-backtrace for more info)

bitfield/tests/09-variant-out-of-range.stderr

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,8 @@ error[E0277]: the trait bound `bitfield::checks::False: bitfield::checks::Discri
44
17 | External,
55
| ^^^^^^^^ the trait `bitfield::checks::DiscriminantInRange` is not implemented for `bitfield::checks::False`
66
|
7-
= help: the trait `bitfield::checks::DiscriminantInRange` is implemented for `bitfield::checks::True`
7+
help: the trait `bitfield::checks::DiscriminantInRange` is implemented for `bitfield::checks::True`
8+
--> src/checks.rs
9+
|
10+
| impl DiscriminantInRange for True {
11+
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)