Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prohibit
const
with non-variable expressions on the left hand side
Expressions like const x[] = 1 were found in the wild, and worked until 1.12. Explicitly prohibit this with an error message: error: `const` left hand side "x[]" contains non-variables
- Loading branch information