Skip to content

Commit

Permalink
build: minor improvements for generic instantiation log messages
Browse files Browse the repository at this point in the history
  • Loading branch information
mertcandav committed Jun 30, 2024
1 parent 938040d commit 83914ad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions std/jule/build/log.jule
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,9 @@ enum LogMsg: str {
ArgMustTargetToField: `argument must target to field`,
OverflowLimits: `overflow the limit of data-type`,
GenericsOverflow: `overflow generics`,
HasGenerics: `define has generics`,
NotHasGenerics: `define not has generics`,
TypeNotSupportsGenerics: `type @ not supports generics`,
HasGenerics: `type has generics and used without instantiate`,
NotHasGenerics: `type have not generics but instantiate like generics`,
TypeNotSupportsGenerics: `type not supports generics`,
DivByZero: `divide by zero`,
TraitHaveNotIdent: `undefined identifier: trait @ has no define @`,
NotImplTraitDef: `trait @ derived but not implemented define @`,
Expand Down

0 comments on commit 83914ad

Please sign in to comment.