-
I tried this code with `rustc --target riscv64gc-unknown-linux-gnu rust_code.rs`:
```rust
#![feature(abi_riscv_interrupt)]
pub extern "riscv-interrupt-m" fn interrupt_machine() {}
pub extern "riscv-…
-
the tokio-postgres dep is currently pinned to a 0.7.7 fork: https://github.com/prisma/rust-postgres/commits/pgbouncer-mode/
the latest version is 0.7.11: https://github.com/sfackler/rust-postgres/b…
-
### Describe the bug
Hi, I tried to use tauri to package some static files (webvm), and I found one resource `/debian_mini_20240103_7393161196.ext2` request returned `Content-Type: text/html` and `…
-
**rust-analyzer version**: rust-analyzer version: 0.4.2145-standalone (d7628c0a8 2024-10-12) [/Users/sytten/.vscode/extensions/rust-lang.rust-analyzer-0.4.2145-darwin-arm64/server/rust-analyzer]
**…
-
Issue opened to discuss the possibility of using the wasmv1-none target in 1.84, as raised by https://github.com/rust-lang/rust/pull/131487#issuecomment-2441608673
-
### Requirements
OpenFeature is now supporting Rust as a programming language with the new [`rust-sdk`](https://github.com/open-feature/rust-sdk)
Following the example of other providers, we shoul…
-
### Code
```
#![warn(clippy::all, clippy::pedantic)]
fn main() {
let arr = [1, 2, 3, 4, 5];
for num in arr.iter() {
println!("{} is unique", num);
}
}
```
### Meta
`rustc --version --v…
-
to get methods from alias bounds
```rust
fn foo(x: T, choose: bool) -> impl Clone {
if choose {
foo(x, false).clone()
} else {
x
}
}
```
https://rust.godbolt.org/z/vecjoa…
-
I would like to use the same exact `rustc` and pass it to [crate2nix](https://github.com/nix-community/crate2nix).
I ran `nix flake init --template github:cachix/devenv#flake-parts` and then added …
-
We have a project that uses zstd-sys, which in turn pulls in libiconv and libcharset dependencies. On rust 1.81 and prior cargo-zigbuild was able to link properly via what looks like the tbd files th…