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 #149054 - oli-obk:min-encode, r=fee1-dead
Avoid encoding non-constness or non-asyncness in metadata
r? `@fee1-dead`
Let's see if we can get any benefit (even just metadata size) from not encoding the common case.
Inspired by #148434 (comment)
0 commit comments