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
Auto merge of #66999 - petrochenkov:boxattr, r=<try>
syntax: Box `ast::MacArgs` in attributes
This reduces size of doc comments at cost of an allocation / indirection in regular attributes.
Fn-like macros already have `MacArgs` boxed.
0 commit comments