We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9b6549 commit 84c5441Copy full SHA for 84c5441
src/libstd/macros.rs
@@ -194,7 +194,7 @@ macro_rules! println {
194
/// # Examples
195
///
196
/// ```
197
-/// eprint("Error: Could not complete task");
+/// eprint!("Error: Could not complete task");
198
199
#[macro_export]
200
#[stable(feature = "eprint", since = "1.19.0")]
@@ -222,7 +222,7 @@ macro_rules! eprint {
222
223
224
225
+/// eprintln!("Error: Could not complete task");
226
227
228
0 commit comments