Skip to content

Commit f0924a2

Browse files
committed
Update bitfield ui test to nightly-2024-02-09
1 parent 82e05d5 commit f0924a2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,11 @@ error[E0277]: the trait bound `bitfield::checks::False: bitfield::checks::Discri
55
| ^^^^^^^^ the trait `bitfield::checks::DiscriminantInRange` is not implemented for `bitfield::checks::False`
66
|
77
= help: the trait `bitfield::checks::DiscriminantInRange` is implemented for `bitfield::checks::True`
8+
9+
error: could not evaluate constant pattern
10+
--> tests/09-variant-out-of-range.rs:8:10
11+
|
12+
8 | #[derive(BitfieldSpecifier)]
13+
| ^^^^^^^^^^^^^^^^^
14+
|
15+
= note: this error originates in the derive macro `BitfieldSpecifier` (in Nightly builds, run with -Z macro-backtrace for more info)

0 commit comments

Comments
 (0)