Skip to content

Commit

Permalink
Update library/kani/src/internal.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Celina G. Val <celinval@amazon.com>
  • Loading branch information
pi314mm and celinval authored Jul 12, 2024
1 parent 55ca498 commit 310c6b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/kani/src/internal.rs
Original file line number Diff line number Diff line change
Expand Up @@ -133,5 +133,5 @@ pub unsafe fn write_any_str(_s: *mut str) {
//TODO: strings introduce new UB
//(*s).as_bytes_mut().fill_with(u8::any)
//TODO: String validation
unreachable!("strings are not yet implemented")
unimplemented!("Kani does not support creating arbitrary `str`")
}

0 comments on commit 310c6b4

Please sign in to comment.