Skip to content

Commit 154c54c

Browse files
committed
Make priroda happy again
1 parent bc528d9 commit 154c54c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_mir/interpret/operand.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ impl<'a, 'mir, 'tcx, M: Machine<'a, 'mir, 'tcx>> EvalContext<'a, 'mir, 'tcx, M>
457457
}
458458

459459
/// This is used by [priroda](https://github.com/oli-obk/priroda) to get an OpTy from a local
460-
fn access_local(
460+
pub fn access_local(
461461
&self,
462462
frame: &super::Frame<'mir, 'tcx, M::PointerTag, M::FrameExtra>,
463463
local: mir::Local,

0 commit comments

Comments
 (0)