Hey there, I am working through ziglings and have been held up by question 65.
I am confused by the error about fetchTheMostBeautifulType not being a member function when, to me, it's defined on struct Narcissus.
I am using 0.11.0-dev.3949+27a66191c
Here is the original code:
https://github.com/ratfactor/ziglings/blob/main/exercises/065_builtins2.zig
My answer is attached