summary refs log tree commit diff stats
path: root/tests/async/tfuturevar.nim
diff options
context:
space:
mode:
authormetagn <metagngn@gmail.com>2022-12-06 11:44:26 +0300
committerGitHub <noreply@github.com>2022-12-06 09:44:26 +0100
commit6d8cf25bd7d9d0836c7c894cffae2cdb4f6a2503 (patch)
treee47cdd7a93bc2ee7b67376bb5bee911322fb639a /tests/async/tfuturevar.nim
parent739e1badb6e48741e28420739769d3714ac6ceda (diff)
downloadNim-6d8cf25bd7d9d0836c7c894cffae2cdb4f6a2503.tar.gz
deprecate `do:` meaning `do ():` + misc cleanup (#20927)
* test disable do: block lambda lifting

* fix last test [skip ci]

* deprecate `do:` meaning `do ():` + misc cleanup

closes https://github.com/nim-lang/RFCs/issues/486

* oops

* fix

* no idea what could be causing nimsuggest failure other than this

* ensure ci works
Diffstat (limited to 'tests/async/tfuturevar.nim')
0 files changed, 0 insertions, 0 deletions
n69'>69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125