mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 22:34:45 +00:00
only generate the functions that the user wants
This commit is contained in:
parent
1e4d2b3372
commit
5e16515d22
5 changed files with 155 additions and 60 deletions
|
@ -25,6 +25,7 @@ pub enum Problem {
|
|||
UnusedDef(Symbol, Region),
|
||||
UnusedImport(ModuleId, Region),
|
||||
ExposedButNotDefined(Symbol),
|
||||
UnknownGeneratesWith(Loc<Ident>),
|
||||
/// First symbol is the name of the closure with that argument
|
||||
/// Second symbol is the name of the argument that is unused
|
||||
UnusedArgument(Symbol, Symbol, Region),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue