cl-ast: add todo about slice and array type-expressions
This commit is contained in:
parent
f6e44f3773
commit
eee9e99aed
@ -232,6 +232,7 @@ pub enum TyKind {
|
|||||||
Tuple(TyTuple),
|
Tuple(TyTuple),
|
||||||
Ref(TyRef),
|
Ref(TyRef),
|
||||||
Fn(TyFn),
|
Fn(TyFn),
|
||||||
|
// TODO: slice, array types
|
||||||
}
|
}
|
||||||
|
|
||||||
/// A tuple of [Ty]pes
|
/// A tuple of [Ty]pes
|
||||||
|
Loading…
Reference in New Issue
Block a user