File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -4,5 +4,9 @@ error[E0277]: the trait bound `bitfield::checks::SevenMod8: bitfield::checks::To
4453 | #[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)
Original file line number Diff line number Diff line change @@ -4,4 +4,8 @@ error[E0277]: the trait bound `bitfield::checks::False: bitfield::checks::Discri
4417 | 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+ | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
You can’t perform that action at this time.
0 commit comments