diff options
| author | Santiago Pastorino <spastorino@gmail.com> | 2023-07-19 11:03:39 -0300 |
|---|---|---|
| committer | Santiago Pastorino <spastorino@gmail.com> | 2023-07-19 11:05:21 -0300 |
| commit | c5819b2b9b51a6be498c11ceadae00ffbed8946d (patch) | |
| tree | 99c16c342c8e4f9224972b9794a6226406d0ecd2 | |
| parent | db35f1de2f7e4a23e6401ee7e2a3335c29d33519 (diff) | |
| download | rust-c5819b2b9b51a6be498c11ceadae00ffbed8946d.tar.gz rust-c5819b2b9b51a6be498c11ceadae00ffbed8946d.zip | |
Remove FIXMEs a lot of things need fixes
| -rw-r--r-- | compiler/rustc_smir/src/stable_mir/ty.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/rustc_smir/src/stable_mir/ty.rs b/compiler/rustc_smir/src/stable_mir/ty.rs index 1ccb30343ed..ba120be04b2 100644 --- a/compiler/rustc_smir/src/stable_mir/ty.rs +++ b/compiler/rustc_smir/src/stable_mir/ty.rs @@ -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), } |
