tell me what function has no implementation

This commit is contained in:
Folkert 2021-01-20 16:29:19 +01:00
parent f3e327cfee
commit b8c0c85395
3 changed files with 8 additions and 3 deletions

View file

@ -145,7 +145,7 @@ pub enum RuntimeError {
InvalidUnicodeCodePoint(Region),
/// When the author specifies a type annotation but no implementation
NoImplementation,
NoImplementation(Symbol),
/// cases where the `[]` value (or equivalently, `forall a. a`) pops up
VoidValue,