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 f40e86e commit 13bdadbCopy full SHA for 13bdadb
crates/hir_ty/src/traits/chalk/mapping.rs
@@ -399,7 +399,8 @@ impl ToChalk for TypeCtor {
399
// this should not be reached, since we don't represent TypeName::Error with TypeCtor
400
unreachable!()
401
}
402
- _ => unimplemented!(), // FIXME
+ TypeName::Generator(_) => unimplemented!(), // FIXME
403
+ TypeName::GeneratorWitness(_) => unimplemented!(), // FIXME
404
405
406
0 commit comments