mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 16:21:11 +00:00
improve error message
This commit is contained in:
parent
e735223c9a
commit
975162b53b
1 changed files with 3 additions and 1 deletions
|
@ -130,7 +130,9 @@ impl ReplState {
|
|||
ValueDef::Annotation(_, _)
|
||||
| ValueDef::Body(_, _)
|
||||
| ValueDef::AnnotatedBody { .. } => {
|
||||
todo!("handle pattern other than identifier (which repl doesn't support)")
|
||||
todo!("handle pattern other than identifier (which repl doesn't support).\
|
||||
\nTip: this error can be triggered when trying to define a variable with a character that is not allowed,\
|
||||
like starting with an uppercase character.")
|
||||
}
|
||||
ValueDef::Dbg { .. } => {
|
||||
todo!("handle receiving a `dbg` - what should the repl do for that?")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue