We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0b3a66 commit 9017856Copy full SHA for 9017856
chalk-integration/src/program.rs
@@ -121,7 +121,7 @@ impl tls::DebugContext for Program {
121
fmt: &mut fmt::Formatter<'_>,
122
) -> Result<(), fmt::Error> {
123
if let Some(d) = self.opaque_ty_data.get(&opaque_ty_id) {
124
- write!(fmt, "{:?}", d.bound.value.hidden_ty)
+ write!(fmt, "{:?}", d.bound.skip_binders().hidden_ty)
125
} else {
126
fmt.debug_struct("InvalidItemId")
127
.field("index", &opaque_ty_id.0)
0 commit comments