-
Notifications
You must be signed in to change notification settings - Fork 13.7k
Closed
Labels
C-cleanupCategory: PRs that clean code up or issues documenting cleanup.Category: PRs that clean code up or issues documenting cleanup.E-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
Milestone
Description
Don't have a good repro for this (tho I can get an icky one once I push my project), but when compiling with -W non-camel-case-types
I'm getting the following warning:
<intrinsic>:23:4: 115:5 warning: type, variant, or trait must be camel case
<intrinsic>:23 trait ty_visitor {
<intrinsic>:24 fn visit_bot() -> bool;
<intrinsic>:25 fn visit_nil() -> bool;
<intrinsic>:26 fn visit_bool() -> bool;
<intrinsic>:27
<intrinsic>:28 fn visit_int() -> bool;
...
Metadata
Metadata
Assignees
Labels
C-cleanupCategory: PRs that clean code up or issues documenting cleanup.Category: PRs that clean code up or issues documenting cleanup.E-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.