Remove FIXMEs a lot of things need fixes

This commit is contained in:
Santiago Pastorino 2023-07-19 11:03:39 -03:00
parent db35f1de2f
commit c5819b2b9b
No known key found for this signature in database
GPG Key ID: 8131A24E0C79EFAF

View File

@ -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),
}