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

Add compile error for @ptrCast from non-0-bit pointer to 0-bit pointer #6432

Conversation

tadeokondrak
Copy link
Contributor

Fixes #1469

@tadeokondrak tadeokondrak changed the title Add compile error for @ptrCast from 0-bit pointer to non-0-bit pointer Add compile error for @ptrCast from non-0-bit pointer to 0-bit pointer Sep 26, 2020
@tadeokondrak tadeokondrak force-pushed the ptrcast-zero-nonzero-compile-error branch from c580379 to 8d3998e Compare September 26, 2020 21:20
@alexnask alexnask added the stage1 The process of building from source via WebAssembly and the C backend. label Sep 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stage1 The process of building from source via WebAssembly and the C backend.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

@ptrCast between real pointers and 0-sized pointers should be a compile error
2 participants