move const definition
This commit is contained in:
parent
da6b55cc5e
commit
285920ea2d
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue