Skip to content

fir: character literal type #65

@coderkalyan

Description

@coderkalyan

Character literals should use u8, not comptime_int. This is an artifact of lowering the character to an integer literal in FirGen. Instead, we should have a char literal instruction in Fir that's lowered to the correct type in Sema.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions