Feature request: Use more idiomatic ptr
null pointer APIs instead of hardcoded 0s
#620
Labels
wontfix
This will not be worked on
When c2rust transpiles null pointers, it uses hardcoded 0s converted to the dedicated types, eg.:
this is technically correct, however, using the dedicated
ptr
APIs leads to more readable and idiomatic code:(this applies only to
Sized
types, though)The text was updated successfully, but these errors were encountered: