reference icon indicating copy to clipboard operation
reference copied to clipboard

The Rust Reference

Results 338 reference issues
Sort by recently updated
recently updated
newest added

This is a documentation issue for https://github.com/rust-lang/rust/pull/56759

RFC Stabilization Docs
A-resolve

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...

S-waiting-on-author

Basically, we change : ```md [_Expression_] `*` [_Expression_]\ ``` to ```md [_Expression_][HP] `*` [_Expression_][HP]\ [HP]: ../expressions.md#expression-precedence ```

A-grammar

- [ ] Literal expressions - [ ] Path expressions - [ ] Block expressions - [ ] Operator expressions - [ ] Grouped expressions - [ ] Array and...

Tracking Issue
A-expressions

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...

New Content

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...

Language Cleanup
A-expressions