Remove FIXMEs a lot of things need fixes
This commit is contained in:
@@ -91,9 +91,7 @@ pub struct GenericArgs(pub Vec<GenericArgKind>);
|
|||||||
|
|
||||||
#[derive(Clone, Debug)]
|
#[derive(Clone, Debug)]
|
||||||
pub enum GenericArgKind {
|
pub enum GenericArgKind {
|
||||||
// FIXME add proper region
|
|
||||||
Lifetime(Region),
|
Lifetime(Region),
|
||||||
Type(Ty),
|
Type(Ty),
|
||||||
// FIXME add proper const
|
|
||||||
Const(Const),
|
Const(Const),
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user