Add rustc_ty_to_ty basic tests
This commit is contained in:
parent
284df9fc34
commit
61adcaf87b
2 changed files with 20 additions and 0 deletions
|
@ -9,10 +9,12 @@ impl Ty {
|
|||
}
|
||||
}
|
||||
|
||||
#[derive(Clone, Debug)]
|
||||
pub enum TyKind {
|
||||
RigidTy(RigidTy),
|
||||
}
|
||||
|
||||
#[derive(Clone, Debug)]
|
||||
pub enum RigidTy {
|
||||
Bool,
|
||||
Tuple(Vec<Ty>),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue