Closed bertiqwerty closed 2 years ago
When using the feature value and the value type Val, boolean literals true and false are interpreted as variables instead of literals when using from_str instead of parse_val.
value
Val
true
false
from_str
parse_val
When using the feature
value
and the value typeVal
, boolean literalstrue
andfalse
are interpreted as variables instead of literals when usingfrom_str
instead ofparse_val
.