]> git.lizzy.rs Git - rust.git/commit
Add ~const bounds trait bounds when using derive_const
authorMichael Goulet <michael@errs.io>
Tue, 7 Feb 2023 20:59:48 +0000 (20:59 +0000)
committerMichael Goulet <michael@errs.io>
Tue, 7 Feb 2023 21:00:12 +0000 (21:00 +0000)
commit7a4505900db08696071655018e72bad896fb9cb0
tree5e69b1b272872b265122f974635413e4372bc9e1
parent56bf28d4f4236f19f962868f181b15b174d041c4
Add ~const bounds trait bounds when using derive_const
compiler/rustc_builtin_macros/src/deriving/debug.rs
compiler/rustc_builtin_macros/src/deriving/generic/mod.rs
compiler/rustc_builtin_macros/src/deriving/generic/ty.rs
compiler/rustc_expand/src/build.rs
tests/ui/rfc-2632-const-trait-impl/const_derives/derive-const-with-params.rs [new file with mode: 0644]