marianoguerra/wax/warning does not have a README file
pub(all) enum Warning {
UnusedLocal
UnusedField
UnusedImport
UnusedLabel
UnnecessaryMut
ShiftOverflow
ConstantTrap
TautologicalComparison
ConstantCondition
UnusedResult
DeadCode
CastAlwaysFails
EagerSelect
Precedence
RedundantOperation
TruncatedCoverage
NamingConflict
ReservedWordRename
GeneratedName
CompoundAssignment
FieldPunning
RedundantAnnotation
ConfusableUnicode
} derive(Eq, Debug)The Wax language in MoonBit: parser, formatter, type checker, and wasm/wat emitters