]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #37325 - newpavlov:master, r=frewsxcv
authorbors <bors@rust-lang.org>
Sun, 23 Oct 2016 09:10:28 +0000 (02:10 -0700)
committerGitHub <noreply@github.com>
Sun, 23 Oct 2016 09:10:28 +0000 (02:10 -0700)
libcore documentation for builtin macros

Fixes: #36272
Additionally I've edited docstring for `include!` a bit. (related PR #36404)

Unfortunately it seems there is no sane way to reexport empty macros definitions for their docstrings. To avoid copying the whole documentation for builtin macros I've only copied description and added links to `std` macro pages.


Trivial merge