-
When generating many build files with `cargo-bazel` in `crates_vendor()` rule. We can constantly see errors when running `crates_vendor` as part of pre-commit hook:
```
buildifier: open /.../third…
-
### Test Case
I'm trying to run a Kotlin-produced Wasm module in Rust-embedded Wasmtime. Kotlin requires support for the Wasm GC proposal, which Wasmtime officially has since version 27.0.0. Unfort…
-
For some reason, `ARGV0` gets overwritten when running commands, which affects several commands in the rust toolchain such as `cargo` and `rustup`.
The same issue can be observed in similar situati…
-
Rust playground: https://play.rust-lang.org/?version=nightly&mode=debug&edition=2021&gist=051766b3584e787d3abab1d2f18424bb
The following code:
```rust
'r#if: {
break 'r#if;
}
```
when run through…
-
### Related Issue
https://github.com/nrc/r4cppp/blob/master/closures.md
### Googling Result
https://users.rust-lang.org/t/use-generics-in-closure/86679
### ChatGPT Result
https://chatgpt.com/c/
…
-
### SDK
Rust SDK
### Description
The documentation should mention that the key "function" is not allowed when setting a tag. It is not visible in the Sentry backend anyway.
https://docs.sentry.io/…
-
When having [SlintPad](https://slintpad.com/) code that causes the language server to panic (like in #6312, as long as it isn't solved), the preview just doesn't change, and doesn't react …
-
I have no idea what's happening here exactly, but here are the screenshots
![image](https://github.com/user-attachments/assets/9cbf455c-b589-48b9-9fc9-bde82a06cdb7)
This is right after opening a…
-
Unstable features (including language, library, tools...) we currently use.
See as well:
- Rust 2024h2 flagship project goal: https://github.com/rust-lang/rust-project-goals/issues/116 ([blog po…
ojeda updated
5 hours ago
-
In the [Async Functions](https://cxx.rs/async.html) chapter, the book shows how to call a C++ async function from Rust. Is there such a workaround in the opposite direction? I'd like my C++ functi…