Skip to content

Commit f241693

Browse files
committed
Fix missing parenthesis
1 parent d8b9387 commit f241693

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc/ty/relate.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -635,7 +635,7 @@ where
635635
Ok(tcx.mk_const(ty::Const {
636636
val: ConstValue::Unevaluated(a_def_id, &substs),
637637
ty: a.ty,
638-
})
638+
}))
639639
}
640640

641641
_ => {

0 commit comments

Comments
 (0)