Michael Goulet
|
6dfc9f8886
|
Explain that coroutine can be marked static
And also point out the def span of the coroutine
|
2024-07-21 22:32:29 -04:00 |
|
Oli Scherer
|
aef0f4024a
|
Error on using yield without also using #[coroutine] on the closure
And suggest adding the `#[coroutine]` to the closure
|
2024-04-24 08:05:29 +00:00 |
|
Nilstrieb
|
41e8d152dc
|
Show number in error message even for one error
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
|
2023-11-24 19:15:52 +01:00 |
|
Oli Scherer
|
5c1872d7ae
|
Rename generator folder
|
2023-10-20 21:14:02 +00:00 |
|