We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
This function crashes the compiler:
fn foo(~(x, y): ~(int, int)) {}
Output:
error: internal compiler error: node_id_to_type: no type for node `unknown node (id=3)`
Using & or @ pointers does the same thing.