rust/tests/ui/issues/issue-51116.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
253 B
Plaintext
Raw Normal View History

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