Skip to content

Commit

Permalink
Merge pull request #6956 from roc-lang/improve-abilities-error
Browse files Browse the repository at this point in the history
improve abilities error
  • Loading branch information
Anton-4 authored Aug 3, 2024
2 parents 0801995 + 60ca838 commit 034d149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/compiler/mono/src/ir.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 034d149

Please sign in to comment.