Split part of adt_const_params
into unsized_const_params
This commit is contained in:
parent
42cc42b942
commit
d0c11bf6e3
140 changed files with 1130 additions and 559 deletions
|
@ -177,6 +177,7 @@ symbols! {
|
|||
CoerceUnsized,
|
||||
Command,
|
||||
ConstParamTy,
|
||||
ConstParamTy_,
|
||||
Context,
|
||||
Continue,
|
||||
Copy,
|
||||
|
@ -336,6 +337,7 @@ symbols! {
|
|||
TyKind,
|
||||
Unknown,
|
||||
Unsize,
|
||||
UnsizedConstParamTy,
|
||||
Upvars,
|
||||
Vec,
|
||||
VecDeque,
|
||||
|
@ -2000,6 +2002,8 @@ symbols! {
|
|||
unsafe_no_drop_flag,
|
||||
unsafe_pin_internals,
|
||||
unsize,
|
||||
unsized_const_param_ty,
|
||||
unsized_const_params,
|
||||
unsized_fn_params,
|
||||
unsized_locals,
|
||||
unsized_tuple_coercion,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue