Rust: run codegen again

This commit is contained in:
Paolo Tranquilli
2025-08-12 17:04:26 +02:00
parent 0a42b7aba3
commit 338572f256
36 changed files with 328 additions and 313 deletions

View File

@@ -967,10 +967,10 @@ class _:
"""
@annotate(ClosureBinder)
@annotate(ForBinder)
class _:
"""
A closure binder, specifying lifetime or type parameters for a closure.
A for binder, specifying lifetime or type parameters for a closure or a type.
For example:
```rust