Make OpTy field op public for priroda
This commit is contained in:
parent
66910ba686
commit
ea51e32043
1 changed files with 1 additions and 1 deletions
|
@ -291,7 +291,7 @@ impl<Tag> Operand<Tag> {
|
|||
|
||||
#[derive(Copy, Clone, Debug, Hash, PartialEq, Eq)]
|
||||
pub struct OpTy<'tcx, Tag=()> {
|
||||
crate op: Operand<Tag>, // ideally we'd make this private, but const_prop needs this
|
||||
pub op: Operand<Tag>, // This is used by [priroda](https://github.com/oli-obk/priroda)
|
||||
pub layout: TyLayout<'tcx>,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue