-
Steps to reproduce:
1. `cargo new foo`
2. `cd foo`
3. `cargo add aws-lc-sys`
4. Put the following in `src/main.rs`:
```rust
use aws_lc_sys::RAND_bytes;
#[kani::proof]
fn foo() {
let mut…
-
### Describe the bug
On macOS, there's a special env var `MACOSX_DEPLOYMENT_TARGET` that implicitly configures the system's C compiler, linker, and opts in to or out of breaking changes in macOS. Obj…
-
I've got some C++ code that uses the [`deprecated`](https://en.cppreference.com/w/cpp/language/attributes/deprecated) attribute, say like this (renaming stuff for simplicity, so my apologies if the wa…
-
### Problem:
Only one version of `s2n-tls-sys` crate can exist in a single workspace or binary (see #4296).
### Solution:
One way to improve this issue is to bump `s2n-tls-sys` to a major ver…
-
Hi,
I ran into a weird problem while using the `rust_icu_ucol` crate. Fedora 40 with rustc 1.82.0 compiles this just fine:
- Cargo.toml:
```
[package]
name = "test"
version = "0.1.0"
edition = "202…
-
Hi! I'm trying to build WebZ.js from source using the README.md instructions and I'm not being able to.
I have all the pre-requisites installed.
`wasm32-unknown-unknown` is installed and up-to-da…
-
### Problem
Given workspace with three crates:
![Image](https://github.com/user-attachments/assets/ffb995e3-7eb2-4541-9d60-7ff22fb098d6)
Where `crate1` and `crate2` use `dep` identically:
```
[depen…
-
I'm trying to build one of the demos, but it keeps giving me an issue with building it?
```rust_error
error[E0463]: can't find crate for `alloc`
--> src/main.rs:13:1
|
13 | psx::sys_heap!(…
-
trying to port git-cinnabar to OpenBSD, it requires this crate, which fails to build:
```
error[E0425]: cannot find function `waitid` in crate `libc`
--> /usr/obj/ports/git-cinnabar-0.6.3/git-ci…
-
## WS-2020-0368 - Medium Severity Vulnerability
Vulnerable Libraries - libgit2-sys-0.12.23+1.2.0.crate, libz-sys-1.1.3.crate
libgit2-sys-0.12.23+1.2.0.crate
Native bindings to the libgit2 library
…