|
|
|
|
|
by jpc0
405 days ago
|
|
How much of what Rust the language checks is actually linter checks implemented in the compiler? Conversions may be fine and even useful in many cases, in this case it isn’t. Converting to std::variant or std::optional are some of those cases that are really nice. |
|