Specialize try_destructure_mir_constant
for its sole user
This commit is contained in:
parent
dfe0683138
commit
4dcf988360
6 changed files with 23 additions and 18 deletions
|
@ -633,7 +633,7 @@ impl<'mir, 'tcx: 'mir, M: Machine<'mir, 'tcx>> InterpCx<'mir, 'tcx, M> {
|
|||
}
|
||||
}
|
||||
|
||||
pub(super) fn const_val_to_op(
|
||||
pub(crate) fn const_val_to_op(
|
||||
&self,
|
||||
val_val: ConstValue<'tcx>,
|
||||
ty: Ty<'tcx>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue