summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Scherer <github35764891676564198441@oli-obk.de>2019-01-30 15:01:42 +0100
committerOliver Scherer <github35764891676564198441@oli-obk.de>2019-01-30 15:01:42 +0100
commit154c54c875fe8892cacc2d8bc0275ecc27b4baaf (patch)
tree6f91d1eda201484c533322eb60a580efd3d75964
parentbc528d93ec27758af5e61c21c3e05d8da077a9ce (diff)
downloadrust-154c54c875fe8892cacc2d8bc0275ecc27b4baaf.tar.gz
Make priroda happy again
-rw-r--r--src/librustc_mir/interpret/operand.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_mir/interpret/operand.rs b/src/librustc_mir/interpret/operand.rs
index a7e92d56794..37e421c2e73 100644
--- a/src/librustc_mir/interpret/operand.rs
+++ b/src/librustc_mir/interpret/operand.rs
@@ -457,7 +457,7 @@ impl<'a, 'mir, 'tcx, M: Machine<'a, 'mir, 'tcx>> EvalContext<'a, 'mir, 'tcx, M>
}
/// This is used by [priroda](https://github.com/oli-obk/priroda) to get an OpTy from a local
- fn access_local(
+ pub fn access_local(
&self,
frame: &super::Frame<'mir, 'tcx, M::PointerTag, M::FrameExtra>,
local: mir::Local,