Fix missing parenthesis

This commit is contained in:
varkor 2019-03-18 21:40:45 +00:00
parent d8b9387ace
commit f241693662

View file

@ -635,7 +635,7 @@ where
Ok(tcx.mk_const(ty::Const { Ok(tcx.mk_const(ty::Const {
val: ConstValue::Unevaluated(a_def_id, &substs), val: ConstValue::Unevaluated(a_def_id, &substs),
ty: a.ty, ty: a.ty,
}) }))
} }
_ => { _ => {