Add derive for core::marker::ConstParamTy
This makes it easier to implement it for a type, just like `Copy`.
This commit is contained in:
parent
cba14074bb
commit
0336dd132b
11 changed files with 115 additions and 2 deletions
|
@ -164,6 +164,7 @@ symbols! {
|
|||
Capture,
|
||||
Center,
|
||||
Clone,
|
||||
ConstParamTy,
|
||||
Context,
|
||||
Continue,
|
||||
Copy,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue