Closed
Description
Looking at the following method:
rust/compiler/rustc_middle/src/middle/region.rs
Lines 451 to 457 in 9310aff
Are the docs here correct that this "returns Some((span, expr_count))
"? From the code, it looks like the Some case returns a Some(YieldData)
. Looks like the docs should be updated to reflect the YieldData
type.