Michael Goulet
|
d525e79157
|
Stall coroutines based off of ty::Coroutine, not ty::CoroutineWitness
|
2025-07-31 17:31:51 +00:00 |
|
Michael Goulet
|
216cdb7b22
|
Eagerly unify coroutine witness in old solver
|
2025-07-17 17:42:28 +00:00 |
|
Esteban Küber
|
1a0c502183
|
On long E0277 primary span label, move it to a help
Long span labels don't read well.
|
2024-11-02 03:08:04 +00: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 |
|
Michael Goulet
|
d29178c2ef
|
Do check_coroutine_obligations once per typeck root
|
2024-04-15 19:44:58 -04:00 |
|
Oli Scherer
|
5c1872d7ae
|
Rename generator folder
|
2023-10-20 21:14:02 +00:00 |
|