Rollup merge of #111649 - Nilstrieb:derive-const-param-ty, r=BoxyUwU
Add derive for `core::marker::ConstParamTy` This makes it easier to implement it for a type, just like `Copy`. `@BoxyUwU` half asked me to add it
This commit is contained in:
@@ -164,6 +164,7 @@ symbols! {
|
||||
Capture,
|
||||
Center,
|
||||
Clone,
|
||||
ConstParamTy,
|
||||
Context,
|
||||
Continue,
|
||||
Copy,
|
||||
|
||||
Reference in New Issue
Block a user