mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-30 05:35:30 +00:00
Make `derive_const` derive properly const-if-const impls Fixes #107774 Fixes #107666 Also fixes rendering of const-if-const bounds in pretty printing. r? ```@oli-obk``` or ```@fee1-dead```