mirror of
https://github.com/roc-lang/roc.git
synced 2025-07-24 06:55:15 +00:00
Warn on definitions that introduce no new variables
This commit is contained in:
parent
beccc92c87
commit
0de32ac5a9
4 changed files with 122 additions and 19 deletions
|
@ -168,6 +168,7 @@ pub enum Problem {
|
|||
unbound_symbol: Symbol,
|
||||
region: Region,
|
||||
},
|
||||
NoIdentifiersIntroduced(Region),
|
||||
}
|
||||
|
||||
#[derive(Clone, Debug, PartialEq)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue