rust/tests/ui/rfc-2632-const-trait-impl/const_derives
Deadbeef b17e6680d6 Move const trait bounds checks to MIR constck
Fixes #109543. When checking paths in HIR typeck, we don't want to check
for const predicates since all we want might just be a function pointer.
Therefore we move this to MIR constck and check that bounds are met
during MIR constck.
2023-03-28 08:39:55 +00:00
..
derive-const-gate.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
derive-const-gate.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
derive-const-non-const-type.rs Move const trait bounds checks to MIR constck 2023-03-28 08:39:55 +00:00
derive-const-non-const-type.stderr Move const trait bounds checks to MIR constck 2023-03-28 08:39:55 +00:00
derive-const-use.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
derive-const-with-params.rs Add ~const bounds trait bounds when using derive_const 2023-02-07 21:00:12 +00:00