We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a2a93d commit 1670f8cCopy full SHA for 1670f8c
README.md
@@ -291,7 +291,7 @@ extern "Rust" {
291
/// ```
292
///
293
/// The fields must be declared in exactly the same order as they appear in `MiriFrame` above.
294
- /// This function can be called on any thread (not just the one which obtained `frame`)
+ /// This function can be called on any thread (not just the one which obtained `frame`).
295
fn miri_resolve_frame(frame: *mut (), flags: u64) -> MiriFrame;
296
297
/// Miri-provided extern function to begin unwinding with the given payload.
0 commit comments