Skip to content

Missing trait module from standard library #18149

@hustLer2k

Description

@hustLer2k

Zig Version

0.12.0-dev.1735+bece97ef2

Steps to Reproduce and Observed Behavior

I recently upgraded to the current 0.12.0-dev.1735+bece97ef2 release. After fixing a few “var” that should have been “const” issues, I’m getting an error,

error: root struct of file ‘meta’ has no member named ‘trait’
After poking around in the library files, the meta/trait.zig file is not there. I was unable to find it or anything like it. Any information about this would be appreciated

Expected Behavior

No errors about missing struct field. Apparently trait.zig has been removed for some reason.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugObserved behavior contradicts documented or intended behavior

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions