As of https://github.com/rust-lang/rust/pull/50045, the following is considered an expression. ```rust 'block: { break 'block "value" } ```