Skip to content

Commit 9017856

Browse files
committed
Fix build after rebase
1 parent d0b3a66 commit 9017856

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chalk-integration/src/program.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ impl tls::DebugContext for Program {
121121
fmt: &mut fmt::Formatter<'_>,
122122
) -> Result<(), fmt::Error> {
123123
if let Some(d) = self.opaque_ty_data.get(&opaque_ty_id) {
124-
write!(fmt, "{:?}", d.bound.value.hidden_ty)
124+
write!(fmt, "{:?}", d.bound.skip_binders().hidden_ty)
125125
} else {
126126
fmt.debug_struct("InvalidItemId")
127127
.field("index", &opaque_ty_id.0)

0 commit comments

Comments
 (0)