mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 16:21:11 +00:00
better message for bad ident name in repl
This commit is contained in:
parent
45a7e448dd
commit
8d574a93a3
1 changed files with 2 additions and 2 deletions
|
@ -131,8 +131,8 @@ impl ReplState {
|
|||
| ValueDef::Body(_, _)
|
||||
| ValueDef::AnnotatedBody { .. } => {
|
||||
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.")
|
||||
\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 or using underdash (_).")
|
||||
}
|
||||
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