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 130e763 commit e110069Copy full SHA for e110069
crates/ra_hir_ty/src/traits/chalk.rs
@@ -54,7 +54,7 @@ impl<'a> chalk_solve::RustIrDatabase<Interner> for ChalkContext<'a> {
54
self.db.struct_datum(self.krate, struct_id)
55
}
56
fn adt_repr(&self, _struct_id: AdtId) -> rust_ir::AdtRepr {
57
- unreachable!()
+ rust_ir::AdtRepr { repr_c: false, repr_packed: false }
58
59
fn impl_datum(&self, impl_id: ImplId) -> Arc<ImplDatum> {
60
self.db.impl_datum(self.krate, impl_id)
0 commit comments