mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-23 10:26:56 +00:00
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 https://github.com/rust-lang/rust/pull/148434#discussion_r2491732811