mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-29 11:51:31 +03:00
07bdbaedc6
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
For more information about how rustc works, see the rustc dev guide.