mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
s/Type::Erroneous/Type::Error
This commit is contained in:
parent
264eeeb2dc
commit
1b38cd0504
3 changed files with 25 additions and 25 deletions
|
@ -3109,7 +3109,7 @@ fn mark_cyclic_alias<'a>(
|
|||
others: Vec<Symbol>,
|
||||
report: bool,
|
||||
) {
|
||||
*typ = Type::Erroneous;
|
||||
*typ = Type::Error;
|
||||
|
||||
if report {
|
||||
let problem = Problem::CyclicAlias(symbol, region, others, alias_kind);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue