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 rust-lang#37645 - jseyfried:fix_crate_var_in_custom_derives, r=nrc
Fix regression involving custom derives on items with `$crate`
The regression was introduced in rust-lang#37213.
I believe we cannot make the improvements from rust-lang#37213 work with the current custom derive setup (c.f. rust-lang#37637 (comment)) -- we'll have to wait for `TokenStream`'s API to improve.
Fixesrust-lang#37637.
r? @nrc
0 commit comments