move const definition

This commit is contained in:
Eric Mark Martin 2023-07-13 00:24:24 -04:00
parent da6b55cc5e
commit 285920ea2d

View File

@ -1,6 +1,8 @@
use super::{with, DefId};
use crate::rustc_internal::Opaque;
type Const = Opaque;
#[derive(Copy, Clone, Debug)]
pub struct Ty(pub usize);