Add generic arg infer

This commit is contained in:
kadmin
2021-04-24 21:41:57 +00:00
parent 71a6c7c803
commit 417b098cfc
28 changed files with 265 additions and 89 deletions

View File

@@ -127,6 +127,7 @@ pub enum GenericArg {
Lifetime(String),
Type(Type),
Const(Constant),
Infer,
}
#[derive(Clone, Debug, Serialize, Deserialize, PartialEq)]