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 ee77d2d commit eaee4ccCopy full SHA for eaee4cc
starlark/src/typing/user.rs
@@ -237,7 +237,7 @@ impl TyCustomImpl for TyUser {
237
fn matcher<T: TypeMatcherAlloc>(&self, factory: T) -> T::Result {
238
match &self.matcher {
239
Some(matcher) => factory.from_type_matcher_factory(matcher),
240
- None => factory.unreachable_cannot_appear_in_type_expr(),
+ None => self.base.matcher(factory),
241
}
242
243
0 commit comments