summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
authorStefan Schindler <dns2utf8@estada.ch>2017-07-05 21:16:58 +0200
committerStefan Schindler <dns2utf8@estada.ch>2017-07-05 21:16:58 +0200
commitd5390573ba468d4f1d06bf4f3ba6d54ec26c98c5 (patch)
tree0a9829d33f56809b5082d34dc52ba0284a9f8fc0 /src/libstd
parent84b880d55e5b154d9649107ac583de7591a81823 (diff)
downloadrust-d5390573ba468d4f1d06bf4f3ba6d54ec26c98c5.tar.gz
rust-d5390573ba468d4f1d06bf4f3ba6d54ec26c98c5.zip
Insert current implementation header
Diffstat (limited to 'src/libstd')
-rw-r--r--src/libstd/macros.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libstd/macros.rs b/src/libstd/macros.rs
index 547e840ffb7..fbf2ba7f9a0 100644
--- a/src/libstd/macros.rs
+++ b/src/libstd/macros.rs
@@ -24,6 +24,8 @@
 /// The multi-argument form of this macro panics with a string and has the
 /// `format!` syntax for building a string.
 ///
+/// # Current implementation
+///
 /// If the main thread panics it will return with code `101`.
 ///
 /// # Examples