We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d32786 commit becf5ecCopy full SHA for becf5ec
library/std/src/macros.rs
@@ -72,6 +72,8 @@ macro_rules! print {
72
/// Use `println!` only for the primary output of your program. Use
73
/// [`eprintln!`] instead to print error and progress messages.
74
///
75
+/// [`std::fmt`]: crate::fmt
76
+///
77
/// # Panics
78
79
/// Panics if writing to `io::stdout` fails.
0 commit comments