Remove FIXMEs a lot of things need fixes
This commit is contained in:
parent
db35f1de2f
commit
c5819b2b9b
1 changed files with 0 additions and 2 deletions
|
@ -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),
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue