mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-01 12:37:37 +00:00
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)]
|
#[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…
Reference in New Issue
Block a user