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

Document how extending int-to-ptr and ptr-to-int casts work #1496

Open
Rua opened this issue May 8, 2024 · 0 comments
Open

Document how extending int-to-ptr and ptr-to-int casts work #1496

Rua opened this issue May 8, 2024 · 0 comments

Comments

@Rua
Copy link

Rua commented May 8, 2024

Judging by the behaviour of Rust in this playground, these casts are treated the same as int-to-int casts, where the pointer is considered equivalent to usize. Casting i32 to usize will sign extend, casting usize to i128 will zero extend.

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