ast and parser
This commit is contained in:
parent
e0ef0fc392
commit
823dbb38e4
5 changed files with 94 additions and 28 deletions
|
@ -1845,6 +1845,7 @@ impl UintTy {
|
|||
pub struct AssocTyConstraint {
|
||||
pub id: NodeId,
|
||||
pub ident: Ident,
|
||||
pub gen_args: Option<GenericArgs>,
|
||||
pub kind: AssocTyConstraintKind,
|
||||
pub span: Span,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue