-
vscode settings:
```json
{
"rust-analyzer.server.path": "/Users/me/.cargo/bin/ra-multiplex",
}
```
running ra multiplex server
```
/Users/me/.cargo/bin/ra-multiplex server
INFO can…
-
Is there a recommended practice for ensuring canonical URLs for a book? For example, the current rust book can be found at these URLs:
* `https://doc.rust-lang.org/book/`
* `https://doc.rust-lang.…
-
Following [Setting Up page](https://docs.rust-embedded.org/discovery/microbit/03-setup/index.html), the tools versions are specified in _pinned fashion.._
Example:
```
...
$ cargo install cargo…
-
### Problem
Last night, I started reading the mdbook user guide. While most of it is fine, I noticed a few strange issues. Well, being a Rust beginner, and not a native speaker, some might not be rea…
-
I think it would be helpful to have some kind of tooling to help check or enforce spelling in the reference. I think a challenge is picking the right tooling for that. Some of the considerations:
* H…
-
### Summary
RFC: [#2091](https://github.com/rust-lang/rfcs/blob/master/text/2091-inline-semantic.md#location-detail-control)
Original issue: https://github.com/rust-lang/rust/issues/70580
Document…
-
Hello, I apologize if this is the incorrect place for book feedback. When looking at the main page and its links, I did not find any other instructions for submitting feedback https://doc.rust-lang.or…
-
One of the main drivers behind this is to get more new people into low-level game engine development.
While engines like Unity & co. have lowered the barrier of entry for game makers, game engine…
-
**Describe the issue**
In rust, single quotes around an emoji are not colored properly.
However, autodetect (on csharp) successfully colors it.
**Which language seems to have the issue?**
Rust
…
-
### Location
https://doc.rust-lang.org/nightly/unstable-book/compiler-flags.html
### Summary
I expected to find a page for `-Z randomize-layout`, as described in https://github.com/rust-lang/rust/i…