Changelog: Tiny style improvement

This commit is contained in:
Clyybber
2020-06-28 15:38:24 +02:00
committed by GitHub
parent 5d5271b789
commit 037990bc78

View File

@@ -150,7 +150,7 @@
deallocShared(x.val)
x.val = nil
```
- getImpl() on enum type symbols now returns field syms instead of idents. This helps
- `getImpl` on enum type symbols now returns field syms instead of idents. This helps
with writing typed macros. Old behavior for backwards compatiblity can be restored
with command line switch `--useVersion:1.0`.
- ``let`` statements can now be used without a value if declared with