rust-lang / rust-memory-model

Collecting examples and information to help design a memory model for Rust.
Apache License 2.0
126 stars 15 forks source link

clarify lexprs/rexprs #11

Closed arielb1 closed 8 years ago

strega-nil commented 8 years ago

Otherwise, sgtm.

arielb1 commented 8 years ago

C has reified lvalue-to-rvalue conversions, so why not us?

strega-nil commented 8 years ago

@arielb1 I don't mind lvalue-rvalue conversions, in fact I like them, I just don't like the "use" terminology. "Wrapping in a use" sounds really weird.

arielb1 commented 8 years ago

Removed the segmentation bit.

arielb1 commented 8 years ago

This was opened on the wrong branch