]> git.proxmox.com Git - rustc.git/blob - src/test/ui/error-codes/E0283.stderr
New upstream version 1.39.0+dfsg1
[rustc.git] / src / test / ui / error-codes / E0283.stderr
1 error[E0283]: type annotations required: cannot resolve `_: Generator`
2 --> $DIR/E0283.rs:18:21
3 |
4 LL | fn create() -> u32;
5 | ------------------- required by `Generator::create`
6 ...
7 LL | let cont: u32 = Generator::create();
8 | ^^^^^^^^^^^^^^^^^
9
10 error: aborting due to previous error
11
12 For more information about this error, try `rustc --explain E0283`.