You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While include_bytes!, include_str! and other macros from std::macros::builtin are available with no_std there is no documentation for them in libcore docs.
The text was updated successfully, but these errors were encountered:
Are you sure they are not available with no_std? As far as I know these are built into the compiler and available in all crates. I think it is only their documentation which is only available in std and not in core.
Hm, they are indeed available. I will edit this issue.
newpavlov
changed the title
Add include_bytes!, include_str! and other std macros to libcore.
Add libcore documentation for macros::builtin (include_bytes!, include_str!, etc.)
Sep 5, 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.
Uh oh!
There was an error while loading. Please reload this page.
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: