Skip to content

Commit c5819b2

Browse files
committed
Remove FIXMEs a lot of things need fixes
1 parent db35f1d commit c5819b2

File tree

1 file changed

+0
-2
lines changed
  • compiler/rustc_smir/src/stable_mir

1 file changed

+0
-2
lines changed

compiler/rustc_smir/src/stable_mir/ty.rs

-2
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,7 @@ pub struct GenericArgs(pub Vec<GenericArgKind>);
9191

9292
#[derive(Clone, Debug)]
9393
pub enum GenericArgKind {
94-
// FIXME add proper region
9594
Lifetime(Region),
9695
Type(Ty),
97-
// FIXME add proper const
9896
Const(Const),
9997
}

0 commit comments

Comments
 (0)