about summary refs log tree commit diff
path: root/tests/ui/coroutine/gen_fn.none.stderr
blob: 590210641aed4cff2cf3873ca742006184a50740 (plain)
1
2
3
4
5
6
7
8
error: expected one of `#`, `async`, `const`, `default`, `extern`, `fn`, `pub`, `safe`, `unsafe`, or `use`, found `gen`
  --> $DIR/gen_fn.rs:4:1
   |
LL | gen fn foo() {}
   | ^^^ expected one of 10 possible tokens

error: aborting due to 1 previous error