]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #107777 - compiler-errors:derive_const-actually-derive-const, r=fee1...
authorMatthias Krüger <matthias.krueger@famsik.de>
Wed, 8 Feb 2023 17:32:43 +0000 (18:32 +0100)
committerGitHub <noreply@github.com>
Wed, 8 Feb 2023 17:32:43 +0000 (18:32 +0100)
commit5b8403c46357ee0f1e72aa6b7ab90942d697a241
tree8b5d0ca17cf5538212cd1784b1d1117ccc8d8ccf
parentabc2203e360773f3b02d65d1bc7a3e1a8e9de745
parent7a4505900db08696071655018e72bad896fb9cb0
Rollup merge of #107777 - compiler-errors:derive_const-actually-derive-const, r=fee1-dead

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```