most tests passing

This commit is contained in:
Luke Boswell 2024-04-09 17:36:37 +10:00
parent ed2b9e9703
commit 5bb44fcce5
No known key found for this signature in database
GPG key ID: F6DB3C9DB47377B0
8 changed files with 141 additions and 189 deletions

View file

@ -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, &region);
env.problem(Problem::UnusedDef(symbol, region));
}
}