reference
reference copied to clipboard
The Rust Reference
This is a documentation issue for https://github.com/rust-lang/rust/pull/56759
Fixes #972 There's more that I want to do, but I think it requires creating a brand new chapter for places. Main information on temporaries don't really belong in the...
Basically, we change : ```md [_Expression_] `*` [_Expression_]\ ``` to ```md [_Expression_][HP] `*` [_Expression_][HP]\ [HP]: ../expressions.md#expression-precedence ```
- [ ] Literal expressions - [ ] Path expressions - [ ] Block expressions - [ ] Operator expressions - [ ] Grouped expressions - [ ] Array and...
Instead of wrapping paragraphs at 80 characters, each sentence should be on one line. There's not enough bandwidth to convert the entire reference at once, so PRs that touch a...
> Apart from lifetime extension, the temporary scope of an expression is the smallest scope that contains the expression and is for one of the following: > - The entire...
I am reading the Rust reference to help me learn Rust. I am looking at [8.2.13 "closure expressions"](https://doc.rust-lang.org/stable/reference/expressions/closure-expr.html) and I do not understand this sentence (bolded): > The compiler will...
We use "field" and "element" quite a lot but don't actually define what they are. We need to define them. We could get rid of the use of "element" (in...
C++ calls them [value categories](https://docs.microsoft.com/en-us/cpp/cpp/lvalues-and-rvalues-visual-cpp?view=msvc-160). Since we call one "value expression", I'd like to avoid that term and instead call them a category of some kind. Since the distinction is...
It's still not stable. :(