-
### 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…
-
(Spun off from #198 and #177.)
Our Cargo.toml declares us to use the 2021 edition of Rust, which corresponds to 1.56.0. This does not mean we have to support 1.56.0 but it means we won't worry abo…
-
### Check for existing issues
- [X] Completed
### Describe the bug / provide steps to reproduce it
```rs
fn main() {
let _: Vec = ""
.lines()
.filter_map(|x| {
…
-
| Metadata | |
| -------- | --- |
| Owner(s) | @nikomatsakis, @joshtriplett |
| Team(s) | [compiler](http://github.com/rust-lang/compiler-team), [lang](http://github.com/rust-lang…
-
### 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/
…
-
I wonder if Nuklear could interface with [Glazier](https://github.com/linebender/glazier ) (yeah, Rust) or similar to lower the barrier for both newcomers as well as seniors who must currently choose …
-
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…
-
### 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/…
-
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…
-
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…