Skip to content

[bug] Kernel processing infinitely with using keyword for type declaration #442

@anutosh491

Description

@anutosh491

Both native/wasm kernel end up infinitely processing

I guess we are not recovering the error well somehow. Shown some examples where stuff works, then the main example where the kernel runs infinitely

Image

We should just probably see something like this instead of the kernel running infinitely

: error: expected ';' before '}' token
    4 |     using type = int
      |                     ^
      |                     ;
    5 | };

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions