174522d2cSopenharmony_cierror[E0616]: field `bits` of struct `Flags1` is private
274522d2cSopenharmony_ci  --> $DIR/private_field.rs:12:41
374522d2cSopenharmony_ci   |
474522d2cSopenharmony_ci12 |     let flag1 = example::Flags1::FLAG_A.bits;
574522d2cSopenharmony_ci   |                                         ^^^^ private field
674522d2cSopenharmony_ci   |
774522d2cSopenharmony_cihelp: a method `bits` also exists, call it with parentheses
874522d2cSopenharmony_ci   |
974522d2cSopenharmony_ci12 |     let flag1 = example::Flags1::FLAG_A.bits();
1074522d2cSopenharmony_ci   |                                             ^^
11