We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
tag noption { some(noption); } fn main() { let nop2: noption = "x"; alt nop2 { some(t) { log t.x; } } }
Hangs the compiler in typeck.
sully, will your planned fix for #742 take care of this?