Skip to content

Commit 0b4b032

Browse files
committed
add note
the same note as in rust-embedded/riscv#87
1 parent 6b01313 commit 0b4b032

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/macros.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ macro_rules! iprintln {
3030
/// `None` variant the caller must ensure that the macro is called from a function that's executed
3131
/// at most once in the whole lifetime of the program.
3232
///
33+
/// # Note
34+
/// This macro is unsound on multi core systems.
35+
///
3336
/// # Example
3437
///
3538
/// ``` no_run

0 commit comments

Comments
 (0)