mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 22:34:45 +00:00
tell me what function has no implementation
This commit is contained in:
parent
f3e327cfee
commit
b8c0c85395
3 changed files with 8 additions and 3 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue