dianne

Results 7 comments of dianne

Oh, thanks! I'd looked for a way to download from crates.io, but couldn't find it. It looks like it depends on filesystem layout (or at least that's where it fails...

I'll try and address individual points soon, but first one higher-level note that I'll try to use as guidance when restructuring: > At the same time, the inductive approach was...

I did a pass to clean up definitions, reframe "extending based on expressions" as a property of `&` expressions (rather than of extending expressions or `let` statements), and add clarification...

The sections on field access expressions and tuple indexing expressions may also benefit from similar examples or links to that example, in case it needs clarifying that the way they...

@rustbot author Looking at this again, it should probably be framed in terms of static semantics rather than runtime semantics, since one of the examples makes an unusable binding. I'll...

@rustbot ready I'll open a separate PR to add text for `Box` to the `*` operator expression documentation.