2018-07-15 22:52:41 -05:00
|
|
|
error[E0282]: type annotations needed
|
2022-02-14 06:25:26 -06:00
|
|
|
--> $DIR/issue-51116.rs:5:13
|
2018-07-15 22:52:41 -05:00
|
|
|
|
|
|
|
|
LL | *tile = 0;
|
2018-07-20 11:17:55 -05:00
|
|
|
| ^^^^^ cannot infer type
|
2018-07-15 22:52:41 -05:00
|
|
|
|
2023-11-21 09:44:16 -06:00
|
|
|
error: aborting due to 1 previous error
|
2018-07-15 22:52:41 -05:00
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0282`.
|