Make shadowing variables in custom syntax work.

This commit is contained in:
Stephen Chung
2020-11-21 12:28:04 +08:00
parent 17cd305af7
commit b1ad0695b4
3 changed files with 42 additions and 5 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
----------------