forked from libre-chip/fayalite
fix handling of const and size type generics when generating Index impls
This commit is contained in:
parent
2c1afd1cd6
commit
9887d70f41
5 changed files with 519 additions and 212 deletions
|
@ -230,6 +230,7 @@ forward_fold!(syn::Path => fold_path);
|
|||
forward_fold!(syn::Type => fold_type);
|
||||
forward_fold!(syn::TypePath => fold_type_path);
|
||||
forward_fold!(syn::WherePredicate => fold_where_predicate);
|
||||
no_op_fold!(proc_macro2::Span);
|
||||
no_op_fold!(syn::parse::Nothing);
|
||||
no_op_fold!(syn::token::Brace);
|
||||
no_op_fold!(syn::token::Bracket);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue