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 84b880d commit d539057Copy full SHA for d539057
src/libcore/macros.rs
@@ -456,7 +456,7 @@ macro_rules! writeln {
456
///
457
/// # Panics
458
459
-/// This will always [panic!](macro.panic.html).
+/// 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
+/// # Current implementation
28
+///
29
/// If the main thread panics it will return with code `101`.
30
31
0 commit comments