Arthur Milchior

Results 101 issues of Arthur Milchior

This CL tries to improve the text around the order in which macro are expanded in various related way. 1. Remove duplication of "smoother". Its first occurrence is > a...

I admit I'm quite confused by the part of the book about Salsa. Not the content, it feels relatively clear after the previous sections explains in details the idea of...

In https://rustc-dev-guide.rust-lang.org/macro-expansion.html I fear the sentence > Eager expansion generally performs a subset of the things that lazy (normal) expansion does. is not clear. And I'd suggest, maybe, to give...

I have been slightly confused while reading https://rustc-dev-guide.rust-lang.org/queries/incremental-compilation.html . I may or may not be the only one confused, so here is the confusion and a potential way to solve...

I had some troubles using IntelliJ to work with the code examples. I thus added a page that tries to help the user getting the best out of their IDE ...

T-resources
S-waiting-on-review

I found > Let's inspect those stack/local variables confusing. Indeed, the sentence mentions multiple variables, but a single one was inspected. It was even more surprising because when I entered...

T-resources
S-waiting-on-review

On https://docs.rust-embedded.org/discovery/microbit/03-setup/index.html you got ``` $ rustc -V rustc 1.53.0 (53cb7b09b 2021-06-17) ``` Both github and your website allow to copy code. The trouble is, with the way your markdown...

Some can not be easily typed, such as list of arguments. This help the reader understands what they can expect in a collection. I have not been able to test...

Let’s take, for example, https://abseil.io/tips/134 In the browser tab and history, the title appear as `abseil / Tip of the Week #134: make_unique and private Constructors` You probably would want...

### Problem Look at https://rustc-dev-guide.rust-lang.org/appendix/glossary.html#intrinsic for example. On my device, it looks like this ![2024-01-20-074639_1010x426_scrot](https://github.com/rust-lang/mdBook/assets/357361/d7b97fb5-a78e-4dcc-b2c6-cd9be478c0d2) The anchor is at the entry "intrinsic". So "intrisic" is at the top of the...

C-enhancement