roadmap: remove fn == 0

pull/11242/head
Alexander Medvednikov 2021-08-19 08:19:21 +03:00
parent fe08e1c504
commit 337c325109
1 changed files with 1 additions and 0 deletions

View File

@ -30,3 +30,4 @@
- [ ] VLS for autocomplete, refactoring, go to definition etc
- [ ] Recursive structs via optionals: `struct Node { next ?Node }`
- [ ] Remove `foo = 0` for `&Foo`
- [ ] Handle function pointers safely, remove `if function == 0 {`