Skip to content

Commit

Permalink
Fix trybuild test output stderr (change of order)
Browse files Browse the repository at this point in the history
  • Loading branch information
strohel committed Mar 11, 2023
1 parent a0882f8 commit be1710c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion impl/tests/macros/wrong_init_array.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ error: literal out of range for `u8`
10 | ProtocolEndianness = &[0xFF, 1000, 0xFF, 0xFF],
| ^^^^
|
= note: `#[deny(overflowing_literals)]` on by default
= note: the literal `1000` does not fit into the type `u8` whose range is `0..=255`
= note: `#[deny(overflowing_literals)]` on by default

0 comments on commit be1710c

Please sign in to comment.