We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d97be7b commit 49b1902Copy full SHA for 49b1902
src/libstd/macros.rs
@@ -68,6 +68,10 @@ macro_rules! panic {
68
/// necessary to use `io::stdout().flush()` to ensure the output is emitted
69
/// immediately.
70
///
71
+/// # Panics
72
+///
73
+/// Panics if writing to `io::stdout()` fails.
74
75
/// # Examples
76
77
/// ```
@@ -99,6 +103,10 @@ macro_rules! print {
99
103
/// Use the `format!` syntax to write data to the standard output.
100
104
/// See `std::fmt` for more information.
101
105
106
107
108
109
102
110
111
112
0 commit comments