Move ErrorAssignmentToUnknownLHS to ParseError.
This commit is contained in:
@@ -16,6 +16,7 @@ Breaking changes
|
||||
----------------
|
||||
|
||||
* Custom syntax can no longer start with a keyword (even a _reserved_ one), even if it has been disabled. That is to avoid breaking scripts later when the keyword is no longer disabled.
|
||||
* `EvalAltResult::ErrorAssignmentToUnknownLHS` is moved to `ParseError::AssignmentToInvalidLHS`. `ParseError::AssignmentToCopy` is removed.
|
||||
|
||||
New features
|
||||
------------
|
||||
|
Reference in New Issue
Block a user