We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
This hangs the compiler in typeck:
enum t = @t; fn main() { let x : t; x.next = x; }