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