We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
proc
I would expect this code to compile:
fn work(_: ~int) {} fn foo(_: proc()) {} fn main() { let a = ~1; do foo { do foo { work(a) } } }
cc @nikomatsakis, @pcwalton