impl Undefined {}
gives impl
coherence error, not unresolved name
#18058
Labels
A-diagnostics
Area: Messages for errors, warnings, and lints
This should say
error: use of undeclared type name
Undefined`` likefn foo() -> Undefined {}
does.The text was updated successfully, but these errors were encountered: