You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<source>:5:32: error: expected type 'void', found '[]void'
_ = @as([*]void, undefined)[0..x];
^
Replacing _ with var y or const y fixes the error.
The text was updated successfully, but these errors were encountered:
SpexGuy
added
bug
Observed behavior contradicts documented or intended behavior
stage1
The process of building from source via WebAssembly and the C backend.
labels
Nov 3, 2020
Replacing
_
withvar y
orconst y
fixes the error.The text was updated successfully, but these errors were encountered: