Derp McDerp
Results
2
issues of
Derp McDerp
Here is how the "smart case sensitive searching" option should work: 1. If there is at least 1 uppercase character in the search field, the search should be treated as...
feature
Rust has: `let PATTERN: TYPE = EXPRESSION else DIVERGING_BLOCK;` but it should allow: `let PATTERN: TYPE = EXPRESSION else CONVERGING_BLOCK;` if `PATTERN` contains a single named variable. e.g. ``` let...