-
Notifications
You must be signed in to change notification settings - Fork 107
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
Failure to cast back to &str
from &[u8]
#241
Comments
You might want to use https://doc.rust-lang.org/std/str/fn.from_utf8_unchecked.html |
@jaisnan Please check if this one is still reproducible. |
This is still reproducible and is due to a missing std function. See this comment for how we plan on addressing this issue: #576 (comment). |
#235 adds the test
src/test/cbmc/Strings/copy_empty_string_by_intrinsic_fixme.rs
, which has this chunk:With failures verification with:
The text was updated successfully, but these errors were encountered: