-
WORKSPACE:
```
http_archive(
name = "rules_rust",
sha256 = "36ab8f9facae745c9c9c1b33d225623d976e78f2cc3f729b7973d8c20934ab95",
urls = ["https://github.com/bazelbuild/rules_rust/releas…
-
# Proposal
## Problem statement
rust-lang/rust#123196 will add limited process spawing support for UEFI. Unfortunately, the current `ExitStatus` API does not allow returning the pointer-sized st…
-
### What OS are you using (`uname -a`, or Windows version)?
macos bigsur
### What programming language are you using (C/C++/Go/Rust)?
clang 13
xcode 13
c++
### What did you e…
-
## Environment
* **IntelliJ Rust plugin version:** 0.4.182.4996-222
* **Rust toolchain version:** 1.65.0 (897e37553 2022-11-02) x86_64-pc-windows-msvc
* **IDE name and version:** CLion 2022.2…
-
**Describe the bug**
Upon relaunching the Universe application on Windows 11, the app prompts for permission to allow node connections and displays one or two additional pop-up dialogs. If these pe…
-
Currently when ```width``` and ```height``` properties of the ```Window``` are set, resizing is automatically disabled, this is expected behavior. what is not expected is the maximize button stays ena…
-
Current version (`0.30`) is unable to build a simple swagger external crate.
### Step to reproduce
`WORKSPACE`
```python
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive", …
-
*someone give this a proper title please, i can't come up with one*
the following code compiles, but a (false) error is shown:
```rust
#![feature(return_position_impl_trait_in_trait)]
trait …
-
I'm in the unusual position of trying to cross-compile from macOS to Windows with `clang-cl` (building Firefox, but that's not really relevant). I'm running into the `[-Wslash-u-filename]` warning, l…
-
### Describe the bug
When dialing a Quinn server (Rust based) I get a handshake failure on the rust side because it fails to parse the SNI field. The SNI field is set to the ip address of the server,…