Lint conflicting_repr_hint
should explain how to update flagged code
#113641
Labels
A-diagnostics
Area: Messages for errors, warnings, and lints
A-lint
Area: Lints (warnings about flaws in source code) such as unused_mut.
C-bug
Category: This is a bug.
C-future-incompatibility
Category: Future-incompatibility lints
L-conflicting_repr_hint
Lint: conflicting_repr_hint
My app using
#[repr(C, u8)] enum
to FFI with a C++enum class : uint8_t {}
stopped compiling when updating the toolchain.The warning produced does not explain how to update this code.
The warning points to: #68585
In which this comment says that my code is the obvious way to do that: #68585 (comment)
The warning should explain how to update my code so that it continues working correctly.
The text was updated successfully, but these errors were encountered: