We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db7b29a commit 64efb23Copy full SHA for 64efb23
tests/utils/miri_extern.rs
@@ -65,7 +65,7 @@ extern "Rust" {
65
///
66
/// This is only useful as an input to `miri_print_borrow_stacks`, and it is a separate call because
67
/// getting a pointer to an allocation at runtime can change the borrow stacks in the allocation.
68
- /// This function should be considered unstable. It exists only to support `miri_print_borrow_stacks` and so
+ /// This function should be considered unstable. It exists only to support `miri_print_borrow_state` and so
69
/// inherits all of its instability.
70
pub fn miri_get_alloc_id(ptr: *const ()) -> u64;
71
0 commit comments