Comment on Rust 0.4 releasedparentComments−ben0x53913yThat only works for the function-level return value, and not something like returning from a let x = match blah { ... } block.
Comments
That only works for the function-level return value, and not something like returning from a let x = match blah { ... } block.