blob: 014c530e6d7dc632ff625d87edf145f6cb8c5923 [file] [log] [blame]
fn foo<T>(t: T) {
|| { t; t; }; //~ ERROR: use of moved value
}
fn main() {}