-
### Cargo.toml
```toml
[package]
name = "anstream-test"
version = "0.1.0"
edition = "2021"
[dependencies]
anstream = "0.6.18"
```
### src/main.rs
```rust
use anstream::{print, println};…
-
An audit of `unsafe` in ra_ap_intern found this possible issue:
https://github.com/rust-lang/rust-analyzer/blob/dd9cd22514cb1001a0a2374b36a85eb75245f27b/crates/intern/src/symbol.rs#L81-L92
> This mu…
-
### Description of the bug:
A concrete example of this can be seen here:
- https://github.com/bazelbuild/rules_rust/pull/1772#discussion_r1069831500
The brief outline of the issue is if I hav…
-
### Expected Behaviour
`cargo build` should finish without error.
### Example & Steps To Reproduce
Run `cargo build` after a clean clone of the repo.
## System Info
- Rust: rustc 1.7…
-
```
error: ABI error: this function definition uses a vector type that requires the `sse` target feature, which is not enabled
--> crates/core_arch/src/x86/pclmulqdq.rs:28:18
|
28 | #[cfg_attr(te…
-
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…
-
## Motivations
There are multiple RF peripherals on the ESP32, which are driven by different crates like `esp-ieee802154` and `esp-wifi`. For the rust port of the esp32-open-mac project [esp32-wifi-h…
-
Noticed on https://github.com/bazelbuild/rules_rust/pull/2866, the [bzlmod BCR presubmit on windows](https://buildkite.com/bazel/rules-rust-rustlang/builds/12160#01920253-e433-4b2c-842d-53b69b6b62b9) …
-
The arkworks suite (`ark-ec`, `ark-ff`, `ark-bls12-381`, `ark-serialize`) just releases stable v0.5.0 version recently. The previous version 0.4.2, which we are currently on, has been over 1 year old.…
-
### Requirements
- [X] Is this a bug report? For questions or discussions use https://lemmy.ml/c/lemmy_support
- [X] Did you check to see if this issue already exists?
- [X] Is this only a single bug…