Fix bug on chaining function calls returning shared values.

This commit is contained in:
Stephen Chung
2022-06-07 11:31:46 +08:00
parent 005692ef78
commit 84e3296559
3 changed files with 38 additions and 2 deletions

View File

@@ -12,6 +12,7 @@ Bug fixes
* Parsing of index expressions is relaxed and many cases no longer result in an index-type error to allow for custom indexers.
* Merging or combining a self-contained `AST` into another `AST` now works properly.
* Plugin modules/functions no longer generate errors under `#![deny(missing_docs)]`.
* Calling a property on a function call that returns a shared value no longer causes an error.
Deprecated API's
----------------