Skip to content

Commit

Permalink
miri: Make write_discriminant_value public
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn3 committed Apr 7, 2018
1 parent e0a9bd0 commit 2ff7e73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc_mir/interpret/eval_context.rs
Expand Up @@ -893,7 +893,7 @@ impl<'a, 'mir, 'tcx: 'mir, M: Machine<'mir, 'tcx>> EvalContext<'a, 'mir, 'tcx, M
}


pub(crate) fn write_discriminant_value(
pub fn write_discriminant_value(
&mut self,
dest_ty: Ty<'tcx>,
dest: Place,
Expand Down

0 comments on commit 2ff7e73

Please sign in to comment.