- Tracking issue: https://github.com/rust-lang/rust/issues/139076 ```rust let a = { super let b = temp(); &b }; ```