-
### Checklist
- [X] I've looked through the [issues and pull requests](https://github.com/cross-rs/cross/issues?q=) for similar reports
### Describe your issue
I'm trying to compile a CLI tha…
-
Neovide panicked with the message: Failed to create Window: Error { raw_code: None, raw_os_message: None, kind: NotSupported("provided display handle is not supported") }
I am using Fedora 40 a…
-
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 …
-
Hi there,
I don't like installing tools globally (because it's far too easy to lose track of project dependencies) and prefer to use Nix flakes to keep everything self-contained. A problem I run into…
-
refs:
- https://github.com/rust-lang/rust/issues/114544
- https://github.com/rust-lang/rust/pull/116485 which was massively scaled back due to this open question
- https://github.com/rust-lang/rust/…
-
In `Witness` we have three methods for getting at parts of the witness stack for Taproot transactions.
- `tapscript`
- `taproot_control_block`
- `taproot_annex`
We could consider combining the…
-
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…
-
When I updated to Rust 1.81 I noticed that the comment indentation changed. Not sure if this is an intentional breakage or a bug.
I have the following code (formatted with Rust 1.80.1, rustfmt 1.7.0)…
-
After checking out the code, and attempting a build, there are various errors in `bindings`, shown below.
There shouldn't be anything odd with my Rust installation - it's brand new (as of today). …
-
### Problem
I observed a strange phenomenon in Emacs and can reproduce it in C. Given the following rust source file:
```rust
fn foo() -> i32 {
4
}
fn main() {
println!("{:?}", foo(…