From 337c325109c125b2d1fc741b860200e5b18df131 Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Thu, 19 Aug 2021 08:19:21 +0300 Subject: [PATCH] roadmap: remove fn == 0 --- ROADMAP.md | 1 + 1 file changed, 1 insertion(+) 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 {`