Skip to content

Commit

Permalink
update error message
Browse files Browse the repository at this point in the history
  • Loading branch information
KodrAus committed Aug 11, 2023
1 parent ec25c82 commit a86ed60
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tests/compile-fail/bitflags_custom_bits.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ error[E0277]: the trait bound `MyInt: bitflags::traits::Primitive` is not satisf
| ^^^^^ the trait `bitflags::traits::Primitive` is not implemented for `MyInt`
|
= help: the following other types implement trait `bitflags::traits::Primitive`:
i128
isize
i8
i16
i32
i64
i8
isize
u128
u16
i128
usize
u8
and $N others
note: required by a bound in `PublicFlags::Primitive`
--> src/traits.rs
Expand Down

0 comments on commit a86ed60

Please sign in to comment.