You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- `async let name = value` (managed, no annotation, async=true) — dispatched in
emit_stmt before the plain let; previously mis-parsed as an assignment.
- returns-fresh now also fires when `fresh` appears NESTED in the return-type region
(e.g. `-> Result<fresh String, JsonError>`), not only immediately after `->`,
matching parse_function_decl's region scan (the nested `fresh` still renders on
the inner arg TypeRef; the immediate `-> fresh T` form is still consumed).
Corpus reach: 405 -> 459 / 582 byte-exact (+54, ~79%), still 0 run-failures.
Floor -> 459. New samples async_let.rss, nested_fresh.rss; 27 samples green.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
0 commit comments