Closed

Description
fn main() {
let x;
}
<anon>:2:9: 2:10 error: unable to infer enough type information to locate the impl of the trait `core::kinds::Sized` for the type `<generic #1>`; type annotations required
<anon>:2 let x;
^
<anon>:2:9: 2:10 note: all local variables must have a statically known size
<anon>:2 let x;