-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
const_err warns about casting bytestring to raw pointer #33452
Comments
whoops, on it |
Please reopen. |
hmm... that's a different issue. @eddyb this looks like your new constant code |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In particular,
b"TouchList\0" as *const u8
. We can't useas_ptr()
because it's in a const context.The text was updated successfully, but these errors were encountered: