// build-pass (FIXME(62277): could be check-pass?) #![allow(unused)] fn f() { let x: Box<()> = Box::new(()); || { &x }; } fn main() {}