mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 22:34:45 +00:00
Add RuntimeError::ExposedButNotDefined
This commit is contained in:
parent
80cfcd82f8
commit
48909f2114
2 changed files with 9 additions and 0 deletions
|
@ -146,6 +146,8 @@ pub enum RuntimeError {
|
|||
|
||||
/// When the author specifies a type annotation but no implementation
|
||||
NoImplementation,
|
||||
|
||||
ExposedButNotDefined(Symbol),
|
||||
}
|
||||
|
||||
#[derive(Clone, Copy, Debug, PartialEq)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue