Skip to content

Internal error involving task.return + stream type #2188

@lukewagner

Description

@lukewagner

The following wast:

(component
  (canon task.return (result (stream u8)) (core func))
)

fails with the following error:

internal error: entered unreachable code: should be expanded by now

This following wast succeeds, so the issue seems to be related to the stream in the type:

(component
  (canon task.return (result u8) (core func))
)

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