blob: 8edec6e0ea3fd0a662a705e601d15ffae563f783 [file] [log] [blame]
error[E0282]: type annotations needed for `[_; 0]`
--> $DIR/cannot_infer_local_or_array.rs:2:13
|
LL | let x = [];
| - ^^ cannot infer type
| |
| consider giving `x` the explicit type `[_; 0]`, with the type parameters specified
error: aborting due to previous error
For more information about this error, try `rustc --explain E0282`.