Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
eholk opened this issue Jun 17, 2011 · 0 comments
Closed

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

eholk opened this issue Jun 17, 2011 · 0 comments
Assignees
Labels
A-type-system Area: Type system

Comments

@eholk
Copy link
Contributor

eholk commented Jun 17, 2011

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.

@ghost ghost assigned brson Jun 17, 2011
@brson brson closed this as completed in e8228e1 Jun 17, 2011
keeperofdakeys pushed a commit to keeperofdakeys/rust that referenced this issue Dec 12, 2017
Fix the i686-unknown-linux-musl target CI
pdietl pushed a commit to pdietl/rust that referenced this issue Apr 23, 2020
ZuseZ4 pushed a commit to EnzymeAD/rust that referenced this issue Mar 7, 2023
celinval pushed a commit to celinval/rust-dev that referenced this issue Jun 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-type-system Area: Type system
Projects
None yet
Development

No branches or pull requests

2 participants