diff --git a/ROADMAP.md b/ROADMAP.md index ae3300f0e8..dfb0d23108 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -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 {`