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
this terminology is rarely used outside of the reference, and is fairly confusing. it is especially easy to confuse this page for the rust by example page on macros.
"Macros By Example" is not just the name of the section but the type of macros that the macro_rules! produce. i don't think this need changing since its being explained in the first line.
"Macros By Example" is not just the name of the section but the type of macros that the macro_rules! produce.
yes, i understand that, but that type of macro is much more commonly referred to as "declarative macros". "Macros By Example" is a confusing name, which is why most information on rust does not use it.
i don't think this need changing since its being explained in the first line.
just because something is explained in the reference doesn't mean it isn't confusing. the terminology in the reference should match that used by the rest of the community, and that is not the case here.
this terminology is rarely used outside of the reference, and is fairly confusing. it is especially easy to confuse this page for the rust by example page on macros.
proposed changes:
The text was updated successfully, but these errors were encountered: