We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d539057 commit 9e001ceCopy full SHA for 9e001ce
1 file changed
src/libstd/macros.rs
@@ -26,7 +26,7 @@
26
///
27
/// # Current implementation
28
29
-/// If the main thread panics it will return with code `101`.
+/// If the main thread panics it will terminate all your threads and end your program with code `101`.
30
31
/// # Examples
32
0 commit comments