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
Searching for a macro is currently confusing, because searching for macro_name! does not return any results, and usually when searching for macro_name the item of importance is not near the stop and is in std::macros::macro_name, which is unexpected.
I think the best approach would be to allow searching for macro_name! and have the macro appear in the list as std::macros::macro_name!.
The text was updated successfully, but these errors were encountered:
Searching for a macro is currently confusing, because searching for
macro_name!
does not return any results, and usually when searching formacro_name
the item of importance is not near the stop and is in std::macros::macro_name, which is unexpected.I think the best approach would be to allow searching for
macro_name!
and have the macro appear in the list asstd::macros::macro_name!
.The text was updated successfully, but these errors were encountered: