mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 11:52:19 +00:00
improve abilities error
This commit is contained in:
parent
08019951be
commit
60ca8382a5
1 changed files with 1 additions and 1 deletions
|
@ -6140,7 +6140,7 @@ fn late_resolve_ability_specialization(
|
|||
member,
|
||||
specialization_var,
|
||||
)
|
||||
.expect("Ability specialization is unknown - code generation cannot proceed!");
|
||||
.expect("Ability specialization is unknown. Tip: check out <https://roc.zulipchat.com/#narrow/stream/231634-beginners/topic/Non-Functions.20in.20Abilities/near/456068617>");
|
||||
|
||||
match specialization {
|
||||
Resolved::Specialization(symbol) => symbol,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue