Skip to content

Commit

Permalink
Update bitfield ui test to nightly-2024-02-09
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Feb 9, 2024
1 parent 82e05d5 commit f0924a2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions bitfield/tests/09-variant-out-of-range.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,11 @@ error[E0277]: the trait bound `bitfield::checks::False: bitfield::checks::Discri
| ^^^^^^^^ the trait `bitfield::checks::DiscriminantInRange` is not implemented for `bitfield::checks::False`
|
= help: the trait `bitfield::checks::DiscriminantInRange` is implemented for `bitfield::checks::True`

error: could not evaluate constant pattern
--> tests/09-variant-out-of-range.rs:8:10
|
8 | #[derive(BitfieldSpecifier)]
| ^^^^^^^^^^^^^^^^^
|
= note: this error originates in the derive macro `BitfieldSpecifier` (in Nightly builds, run with -Z macro-backtrace for more info)

0 comments on commit f0924a2

Please sign in to comment.