mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 14:54:47 +00:00
fixes
This commit is contained in:
parent
9a5c20b7c3
commit
fecb83b9c2
15 changed files with 45 additions and 41 deletions
|
@ -149,8 +149,8 @@ pub fn can_problem<'b>(
|
|||
let (doc, title) = crate::error::r#type::cyclic_alias(alloc, symbol, region, others);
|
||||
|
||||
return Report {
|
||||
filename,
|
||||
title,
|
||||
filename,
|
||||
doc,
|
||||
};
|
||||
}
|
||||
|
|
|
@ -40,8 +40,8 @@ pub fn type_problem<'b>(
|
|||
.append(alloc.reflow("."));
|
||||
|
||||
Report {
|
||||
filename,
|
||||
title,
|
||||
filename,
|
||||
doc,
|
||||
}
|
||||
}
|
||||
|
@ -85,8 +85,8 @@ pub fn type_problem<'b>(
|
|||
};
|
||||
|
||||
Report {
|
||||
filename,
|
||||
title,
|
||||
filename,
|
||||
doc,
|
||||
}
|
||||
}
|
||||
|
@ -94,8 +94,8 @@ pub fn type_problem<'b>(
|
|||
let (doc, title) = cyclic_alias(alloc, symbol, region, others);
|
||||
|
||||
Report {
|
||||
filename,
|
||||
title,
|
||||
filename,
|
||||
doc,
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue