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 0189cec commit 84b880dCopy full SHA for 84b880d
src/libcore/macros.rs
@@ -456,7 +456,7 @@ macro_rules! writeln {
456
///
457
/// # Panics
458
459
-/// This will always panic.
+/// This will always [panic!](macro.panic.html).
460
461
/// # Examples
462
src/libstd/macros.rs
@@ -24,6 +24,8 @@
24
/// The multi-argument form of this macro panics with a string and has the
25
/// `format!` syntax for building a string.
26
27
+/// If the main thread panics it will return with code `101`.
28
+///
29
30
31
/// ```should_panic
0 commit comments