ast and parser

This commit is contained in:
b-naber 2020-11-19 18:28:38 +01:00 committed by b-naber
parent e0ef0fc392
commit 823dbb38e4
5 changed files with 94 additions and 28 deletions

View file

@ -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,
}