Skip to content

Commit 3d33d32

Browse files
bors[bot]gnxlxnxx
andauthored
Merge #362
362: add note r=jonathanpallant a=gnxlxnxx the same note as in rust-embedded/riscv#87 Co-authored-by: gnxlxnxx <[email protected]>
2 parents a78c497 + 0b4b032 commit 3d33d32

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)