-
**rust-analyzer version**:
`rust-analyzer version: 2024-09-02 [/nix/store/4n7jkl09aplbdbchiflmscppqlr0d2pk-rust-analyzer-2024-09-02/bin/rust-analyzer]`
**rustc version**: (eg. output of `rustc -V`)
…
-
I was trying to verify the following (minimized) program using Verus on the main branch (commit [edb8f53](https://github.com/verus-lang/verus/commit/edb8f536ddf31bf1d160367519e68f09aab80a4f)):
```rus…
-
Stack trace:
```text
panicked at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syntect-5.2.0/src/parsing/regex.rs:70:53:
regex string should be pre-tested: ParseError(147, Inv…
-
### Problem
I want to use `cargo rustdoc` to document code in my unit and integration test modules. Following command does the trick and generates the documentation I desire:
```console
$ RUSTD…
-
How do you use Monitor?
```
krate.exe monitor
…
-
Recently we've done some tracing regarding our app start performance. What we noticed is that the very first time `typeOf` is invoked it takes a long time (~1 second). While we were able to eliminate …
-
How do you get the kublet to show up in Serial Monitor? So far, it doesn't show for me.
I am running Windows 11
```
..\..\krate.exe monitor …
-
use case: `defmt` supports emission filters on the target side ~~(via Cargo features like `defmt-info`) but these have crate granularity~~ via the `DEFMT_LOG` environment variable, which supports crat…
-
Cargo has [made it possible to depend on the same version of a given crate with different feature sets](https://doc.rust-lang.org/cargo/reference/resolver.html#feature-resolver-version-2), provided th…
-
Sometimes it makes sense to enable feature Z if both features Y and feature Z are enabled. Simple example: #6658
```toml
[dependencies]
krate = { optional = true, version = "1.2.3" }
[feature…