mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
most tests passing
This commit is contained in:
parent
ed2b9e9703
commit
5bb44fcce5
8 changed files with 141 additions and 189 deletions
|
@ -2494,7 +2494,6 @@ pub fn can_defs_with_return<'a>(
|
|||
if !output.references.has_type_or_value_lookup(symbol)
|
||||
&& !scope.abilities_store.is_specialization_name(symbol)
|
||||
{
|
||||
dbg!(&symbol, ®ion);
|
||||
env.problem(Problem::UnusedDef(symbol, region));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue