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),
|
||||
Ref(TyRef),
|
||||
Fn(TyFn),
|
||||
// TODO: slice, array types
|
||||
}
|
||||
|
||||
/// A tuple of [Ty]pes
|
||||
|
Loading…
Reference in New Issue
Block a user