mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 06:44:46 +00:00
update tests
This commit is contained in:
parent
df8ab829a6
commit
7731ab38d1
6 changed files with 38 additions and 11 deletions
|
@ -145,7 +145,10 @@ pub enum RuntimeError {
|
|||
InvalidUnicodeCodePoint(Region),
|
||||
|
||||
/// When the author specifies a type annotation but no implementation
|
||||
NoImplementation(Symbol),
|
||||
NoImplementationNamed {
|
||||
def_symbol: Symbol,
|
||||
},
|
||||
NoImplementation,
|
||||
|
||||
/// cases where the `[]` value (or equivalently, `forall a. a`) pops up
|
||||
VoidValue,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue