We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The following compiles, but I think it shouldn't?
struct S(i32); fn lol(s: S) { s.00000; }