rule: ban-type-builtin
#204
Labels
A-linter
Area - linter and lint rules
C-rule
Category - Lint rule suggestion
good first issue
Good for newcomers
Description
@Type
will be removed from Zig completely at some point, being replaced by@Int
,@Struct
, etc.ziglang/zig#10710
Please describe what syntax or coding patterns this rule prohibits. Make sure you describe why its bad.
Examples
Examples of incorrect code for this rule
Examples of correct code for this rule
The text was updated successfully, but these errors were encountered: