Skip to content

Commit 9e001ce

Browse files
committed
Be more specific about the implications of the panic!
1 parent d539057 commit 9e001ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/macros.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
///
2727
/// # Current implementation
2828
///
29-
/// If the main thread panics it will return with code `101`.
29+
/// If the main thread panics it will terminate all your threads and end your program with code `101`.
3030
///
3131
/// # Examples
3232
///

0 commit comments

Comments
 (0)