提交 ea51e320 编写于 作者: B bjorn3

Make OpTy field op public for priroda

上级 66910ba6
......@@ -291,7 +291,7 @@ pub fn to_immediate(self) -> Value<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>,
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册