This commit is contained in:
Aleksey Kladov 2018-08-22 15:01:34 +03:00
parent a4f140b0f3
commit 55896aedb1
2 changed files with 5 additions and 5 deletions

View File

@ -1 +1 @@
type A = B<'static, i32, Item=u64>
type A = B<'static, i32, Item=u64>;

View File

@ -1,5 +1,5 @@
FILE@[0; 35)
TYPE_DEF@[0; 34)
FILE@[0; 36)
TYPE_DEF@[0; 35)
TYPE_KW@[0; 4)
WHITESPACE@[4; 5)
NAME@[5; 6)
@ -36,5 +36,5 @@ FILE@[0; 35)
NAME_REF@[30; 33)
IDENT@[30; 33) "u64"
R_ANGLE@[33; 34)
err: `expected SEMI`
WHITESPACE@[34; 35)
SEMI@[34; 35)
WHITESPACE@[35; 36)