Skip to content
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

Defaulting to "char" as type is almost always an error #85

Open
matthiasbeyer opened this issue Feb 20, 2025 · 0 comments
Open

Defaulting to "char" as type is almost always an error #85

matthiasbeyer opened this issue Feb 20, 2025 · 0 comments

Comments

@matthiasbeyer
Copy link

xgen/genRust.go

Line 169 in d0691b7

return "char"

I played around with xgen and found that this bit fails to generate the correct output every single time, because defaulting the type to "char" if the actual type cannot be found.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant