Which statement about move || println!("{label}") is correct when label is a String?

from Closures
Rust 1.98 intermediate 1 min

Which statement about move || println!("{label}") is correct when label is a String?

Report an error