Skip to content

Commit e81ebb9

Browse files
Use full path to c_char in README
Co-authored-by: Ralf Jung <[email protected]>
1 parent 04b2aab commit e81ebb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/miri/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,7 @@ extern "Rust" {
592592
/// `out` must point to at least `out_size` many bytes, and the result will be stored there
593593
/// with a null terminator.
594594
/// Returns 0 if the `out` buffer was large enough, and the required size otherwise.
595-
fn miri_host_to_target_path(path: *const c_char, out: *mut c_char, out_size: usize) -> usize;
595+
fn miri_host_to_target_path(path: *const std::ffi::c_char, out: *mut std::ffi::c_char, out_size: usize) -> usize;
596596
}
597597
```
598598

0 commit comments

Comments
 (0)