Make shadowing variables in custom syntax work.

This commit is contained in:
Stephen Chung
2020-11-21 13:05:57 +08:00
parent 17cd305af7
commit 2be757fda0
3 changed files with 55 additions and 8 deletions

View File

@@ -10,6 +10,11 @@ It also allows exposing selected module functions (usually methods) to the globa
This is very convenient when encapsulating the API of a custom Rust type into a module while having methods
and iterators registered on the custom type work normally.
Bug fixes
---------
* Custom syntax that introduces a shadowing variable now works properly.
Breaking changes
----------------