]> git.lizzy.rs Git - rust.git/commitdiff
Be more specific about the implications of the panic!
authorStefan Schindler <dns2utf8@estada.ch>
Wed, 5 Jul 2017 20:58:39 +0000 (22:58 +0200)
committerStefan Schindler <dns2utf8@estada.ch>
Wed, 5 Jul 2017 21:44:24 +0000 (23:44 +0200)
src/libstd/macros.rs

index fbf2ba7f9a032dd601e173a4eeef7028220f8ae9..a45d37b07929798bc3b2362a86bebfabc2db419c 100644 (file)
@@ -26,7 +26,7 @@
 ///
 /// # Current implementation
 ///
-/// 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`.
 ///
 /// # Examples
 ///