conlang: add lang items, remove Empty, and shuffle typeck
This commit is contained in:
@@ -224,7 +224,6 @@ pub struct Ty {
|
||||
#[derive(Clone, Debug, PartialEq, Eq, Hash)]
|
||||
pub enum TyKind {
|
||||
Never,
|
||||
Empty,
|
||||
Infer,
|
||||
Path(Path),
|
||||
Array(TyArray),
|
||||
|
||||
Reference in New Issue
Block a user