We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 009d72b + 7201271 commit 38916c7Copy full SHA for 38916c7
library/std/src/macros.rs
@@ -154,7 +154,7 @@ macro_rules! println {
154
///
155
/// Panics if writing to `io::stderr` fails.
156
157
-/// Writing to non-blocking stdout can cause an error, which will lead
+/// Writing to non-blocking stderr can cause an error, which will lead
158
/// this macro to panic.
159
160
/// # Examples
@@ -189,7 +189,7 @@ macro_rules! eprint {
189
190
191
192
193
194
195
0 commit comments