-
Notifications
You must be signed in to change notification settings - Fork 13.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add libcore documentation for macros::builtin (include_bytes!, include_str!, etc.) #36272
Comments
Are you sure they are not available with This should be true for all macros in the |
Hm, they are indeed available. I will edit this issue. |
bors
added a commit
that referenced
this issue
Oct 23, 2016
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.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
While
include_bytes!
,include_str!
and other macros fromstd::macros::builtin
are available withno_std
there is no documentation for them in libcore docs.The text was updated successfully, but these errors were encountered: