-
Minimal repro that fails to compile:
```rust
use spirv_std::spirv;
#[spirv(fragment)]
pub fn main() {
let x = [[1; 2]; 1];
}
```
Bisects to https://github.com/Rust-GPU/rust-gpu/commi…
-
Hey there!
I just saw this repo and since I'm currently building another [wrapper for MEOS in Rust](https://github.com/MobilityDB/RustMEOS/), I was wondering whether we could maybe collaborate. Do …
-
描述:就是标题所说的
这是eva主题下的mut变量及方法
![图片](https://github.com/user-attachments/assets/c349abe5-9e7f-4060-b7bb-d43e9d018c51)
这是默认白主题下的mut变量及方法
![图片](https://github.com/user-attachments/assets/7f085bdd-f920…
-
currently, backtraces for rust cdylibs called from a C main function look like this:
```
thread '' panicked at lib.rs:5:34:
oops
stack backtrace:
0: std::panicking::begin_panic
1: lib::foo::{{c…
-
Should `rustfmt` be enforced in the rust projects? Personally I am a fan, and it is well integrated in `cargo` and IDEs, and it's widely used.
[Validating it in CI](https://github.com/rust-lang/rus…
-
### Steps to reproduce
1、编写rust插件
2、备注里查看点击跳转地址[插件 Hooks](https://www.farmfe.org/zh//docs/api/rust-plugin-api)
3、打开是找不到页面
### Reproduce link
https://www.farmfe.org/zh//docs/api/rust-plugin-api
#…
-
As a team we need to develop a p2p network in RUST
In order to create a decentralized validator nodes that will implement MPCTSS as the validation protocol.
DoD:
- Using the RUST libp2p library
- U…
-
After upgrading from Fedora 40 to 41 the script has stopped working.
```
/home/alex/.cargo/bin/fury-renegade-rgb -b /dev/i2c-7 -2 -4 brightness --value 0
Error:
0: Input/output error (os erro…
-
### Code
Use javascript `x=10000; out="compile_error!(" + "concat!(".repeat(x) + '"A"' + ")".repeat(x); + ");"` to create rust code.
Full code in [evil3.rs.txt](https://github.com/user-attachment…
-
**Describe the bug**
I get this error when I use `rust.bindgen()` from within a subproject:
```
subprojects/foo/meson.build:14:17: ERROR: Tried to get unknown builtin option foo:c_args
```
**To…