Esteban Küber
9ebbba4ad9
Shorten error message for callable with wrong return type
...
```
error: expected `{closure@...}` to return `Ret`, but it returns `Other`
```
instead of
```
error: expected `{closure@...}` to be a closure that returns `Ret`, but it returns `Other`
```
2025-02-02 01:00:33 +00:00
Boxy
513bfaa8bc
Use structurally_normalize
instead of manual normalizes-to
goals
2025-01-22 07:04:53 +00:00
Michael Goulet
c605c84be8
Stabilize async closures
2024-12-13 00:04:56 +00:00
许杰友 Jieyou Xu (Joe)
ec2cc761bc
[AUTO-GENERATED] Migrate ui tests from //
to //@
directives
2024-02-16 20:02:50 +00:00
Michael Goulet
86ddb53cab
Print kind of coroutine closure
2024-02-10 23:18:01 +00:00
Michael Goulet
3bb384aad6
Prefer AsyncFn* over Fn* for coroutine-closures
2024-02-08 15:46:00 +00:00
Michael Goulet
37184e86ea
Add some tests
2024-02-06 02:22:58 +00:00