cl-ast: Re-add(?) the Infer type-pattern
This commit is contained in:
@@ -221,6 +221,7 @@ pub struct Ty {
|
||||
pub enum TyKind {
|
||||
Never,
|
||||
Empty,
|
||||
Infer,
|
||||
Path(Path),
|
||||
Array(TyArray),
|
||||
Slice(TySlice),
|
||||
|
||||
Reference in New Issue
Block a user