]> git.lizzy.rs Git - rust.git/blob - src/test/ui/lang-items/lang-item-missing-generator.stderr
Merge commit '35d9c6bf256968e1b40e0d554607928bdf9cebea' into sync_cg_clif-2022-02-23
[rust.git] / src / test / ui / lang-items / lang-item-missing-generator.stderr
1 error: requires `generator` lang_item
2   --> $DIR/lang-item-missing-generator.rs:15:17
3    |
4 LL | pub fn abc() -> impl FnOnce(f32) {
5    |                 ^^^^^^^^^^^^^^^^
6
7 error: aborting due to previous error
8