Daan van Berkel

Results 14 issues of Daan van Berkel

[The Rust book](https://doc.rust-lang.org/book/second-edition/) and other guides use the playground to execute code snippets and display the results inline. This is an awesome way to increase interactivity, especially when the examples...

enhancement
help wanted
question

In the [Rust Community forum](https://users.rust-lang.org/) there is a [question](https://users.rust-lang.org/t/unresolved-import-cant-find-crate-modules-in-macro-no-matter-what-i-do/4148) on how to make a external crate work in a macro. > [Unresolved import; can’t find crate/modules in macro no matter...

The add in this sentence is unnecessary.

I discovered a ucm behavior that surprised me. I can reproduce in the following manner: 1. Create new project. 2. Open a scratch file. 3. Create a watch expression >...

bug
triaged