9b01c6cf4 ^
31a8cf16b ^
1
2
3 4 5 6 7 8 9
discard """ errormsg: "Cannot make async proc discardable. Futures have to be checked with `asyncCheck` instead of discarded" """ import async proc foo {.async, discardable.} = discard foo()