Skip to content

Commit ca052d0

Browse files
committed
Supress return_address test on miri
1 parent 592e9c0 commit ca052d0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

library/core/src/arch.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ pub fn breakpoint() {
9494
///
9595
/// ## Example
9696
/// ```
97+
/// # #![cfg(not(miri))] // FIXME: Figure out how to make miri work before stabilizing this macro
9798
/// #![feature(return_address)]
9899
///
99100
/// let addr = core::arch::return_address!();

0 commit comments

Comments
 (0)