Dylan DPC b727132e23
Rollup merge of #108161 - WaffleLapkin:const_param_ty, r=BoxyUwU
Add `ConstParamTy` trait

This is a bit sketch, but idk.
r? `@BoxyUwU`

Yet to be done:
- [x] ~~Figure out if it's okay to implement `StructuralEq` for primitives / possibly remove their special casing~~ (it should be okay, but maybe not in this PR...)
- [ ] Maybe refactor the code a little bit
- [x] Use a macro to make impls a bit nicer

Future work:
- [ ] Actually™ use the trait when checking if a `const` generic type is allowed
- [ ] _Really_ refactor the surrounding code
- [ ] Refactor `marker.rs` into multiple modules for each "theme" of markers
2023-05-02 11:44:50 +05:30
..
2023-04-25 19:53:09 +00:00
2023-04-16 23:09:57 +00:00
2023-04-27 22:29:04 +02:00
2023-04-20 15:06:17 -03:00
2023-04-17 16:09:18 -04:00
2023-04-22 01:13:54 +00:00
2023-04-25 19:53:09 +00:00
2023-04-27 22:29:04 +02:00
2023-04-30 14:08:26 +00:00
2023-04-16 11:38:52 +00:00
2023-04-25 19:53:09 +00:00
2023-04-21 02:45:48 -07:00
2023-04-29 13:01:46 +01:00
2023-04-27 22:29:04 +02:00
2023-04-29 13:01:46 +01:00
2023-04-19 19:13:45 +00:00
2023-04-26 21:02:56 +02:00
2023-04-25 19:53:09 +00:00
2023-04-29 13:01:46 +01:00