Skip to content

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

@eholk

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.

Metadata

Metadata

Assignees

Labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions