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
The following list of macros is allowed to expand eagerly as of Rust 1.49. In our current implementation, this will mean tweaking that builtin's handler in rust-macro-builtins.cc in order to return a new fragment containing the unexpanded macro expansion. The list is as follows:
The following list of macros is allowed to expand eagerly as of Rust 1.49. In our current implementation, this will mean tweaking that builtin's handler in
rust-macro-builtins.cc
in order to return a new fragment containing the unexpanded macro expansion. The list is as follows:concat!()
format!()
#1794env!()
#1795option_env!()
#1806asm!()
#1796global_asm!()
#1797llvm_asm!()
#1798include_str!()
#1804include_bytes!()
#1805include!()
#1865I'll create associated issues for each of these tasks.
The text was updated successfully, but these errors were encountered: