Skip to content

Typechecking if apparently doesn't require a boolean. #513

Description

@eholk

I accidentally wrote if(path_is_absolute) instead of if(path_is_absolute(p)) and got an LLVM assertion error instead of a rust type error. This doesn't seem right to me.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions