diff options
| author | Stefan Schindler <dns2utf8@estada.ch> | 2017-07-05 21:16:58 +0200 |
|---|---|---|
| committer | Stefan Schindler <dns2utf8@estada.ch> | 2017-07-05 21:16:58 +0200 |
| commit | d5390573ba468d4f1d06bf4f3ba6d54ec26c98c5 (patch) | |
| tree | 0a9829d33f56809b5082d34dc52ba0284a9f8fc0 /src/libstd | |
| parent | 84b880d55e5b154d9649107ac583de7591a81823 (diff) | |
| download | rust-d5390573ba468d4f1d06bf4f3ba6d54ec26c98c5.tar.gz rust-d5390573ba468d4f1d06bf4f3ba6d54ec26c98c5.zip | |
Insert current implementation header
Diffstat (limited to 'src/libstd')
| -rw-r--r-- | src/libstd/macros.rs | 2 |
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 |
