Post #2234873
2026-05-05 22:51 UTC
@akiross@mastodon.social I did not consider long fields when writing this. perhaps that can be solved by allowing views in type aliases? for instance
```rust
type Foo_ = Foo.{
very_long_field_1,
very_long_field_2
};
```
that or view groups (there's a thread somewhere in the rust-lang Zulip about this, I forgot to bookmark it ๐๐).
i don't know what to think about the syntax you proposed. i care about "what we should use this for" much more than "what this should look like".
Replies (0)
No replies.