Missing trait module from standard library

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.

Never mind. I found the commit that removed trait.zig. I’ll figure out what I want to do about it.

Hey, what is the commit hash?

Here’s the link to the commit comment that I found.

1 Like