We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db35f1d commit c5819b2Copy full SHA for c5819b2
compiler/rustc_smir/src/stable_mir/ty.rs
@@ -91,9 +91,7 @@ pub struct GenericArgs(pub Vec<GenericArgKind>);
91
92
#[derive(Clone, Debug)]
93
pub enum GenericArgKind {
94
- // FIXME add proper region
95
Lifetime(Region),
96
Type(Ty),
97
- // FIXME add proper const
98
Const(Const),
99
}
0 commit comments