We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
eprintln
1 parent 4651421 commit 7201271Copy full SHA for 7201271
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