Skip to content

Commit

Permalink
Update ui test suite to nightly-2022-04-06
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Apr 6, 2022
1 parent 0e90cf2 commit 468a226
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions bitfield/tests/04-multiple-of-8bits.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ error[E0277]: the trait bound `bitfield::checks::SevenMod8: bitfield::checks::To
53 | #[bitfield]
| ^^^^^^^^^^^ the trait `bitfield::checks::TotalSizeIsMultipleOfEightBits` is not implemented for `bitfield::checks::SevenMod8`
|
= help: the trait `bitfield::checks::TotalSizeIsMultipleOfEightBits` is implemented for `bitfield::checks::ZeroMod8`
= note: this error originates in the attribute macro `bitfield` (in Nightly builds, run with -Z macro-backtrace for more info)
2 changes: 2 additions & 0 deletions bitfield/tests/09-variant-out-of-range.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ error[E0277]: the trait bound `bitfield::checks::False: bitfield::checks::Discri
|
17 | External,
| ^^^^^^^^ the trait `bitfield::checks::DiscriminantInRange` is not implemented for `bitfield::checks::False`
|
= help: the trait `bitfield::checks::DiscriminantInRange` is implemented for `bitfield::checks::True`

0 comments on commit 468a226

Please sign in to comment.