-
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…
-
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 …
-
This is due to an issue in `cc-rs`, https://github.com/rust-lang/cc-rs/issues/1308, which is a dependency in `rustc_llvm`/`rustc_codegen_ssa`. There is a fix in progress (not yet released/merged): htt…
dlon updated
15 hours ago
-
### Description
Since 1.83, the compiler warns when creating a shared reference to a mutable static:
```rust
static mut FOO: Option = None;
let is_some = unsafe { &FOO }.is_some();
print!("{is_some:…
-
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…
-
### 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…
-
I am interested, but no rust background ✌️. and I have no idea how to help, but I am interested
-
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…
-
-
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/…