-
When I updated to Rust 1.81 I noticed that the comment indentation changed. Not sure if this is an intentional breakage or a bug.
I have the following code (formatted with Rust 1.80.1, rustfmt 1.7.0)…
-
### Problem
I observed a strange phenomenon in Emacs and can reproduce it in C. Given the following rust source file:
```rust
fn foo() -> i32 {
4
}
fn main() {
println!("{:?}", foo(…
-
### Summary
might be related to https://github.com/Rust-GCC/gccrs/issues/1178 and https://github.com/Rust-GCC/gccrs/issues/2757
But the name resolver is the cause
### Reproducer
I tried this…
-
# Background
Currently, the `protocols::v2::subprotocols::common-messages` has already been documented, but it's worth a look to see where to improve it.
> Note: While this issue addresses the ne…
-
Rust intrinsically does not like the singletons kete uses.
In a recent update, they have officially started raising warnings when things are built the way that they are built here.
Due to a settin…
-
-
Dear maintainers,
Rust 1.80.0 contains a couple of changes that break some packages: [an unfixable build regression](https://github.com/rust-lang/rust/issues/127343), and a warning for unrecognized…
-
Rust playground: https://play.rust-lang.org/?version=nightly&mode=debug&edition=2021&gist=051766b3584e787d3abab1d2f18424bb
The following code:
```rust
'r#if: {
break 'r#if;
}
```
when run through…
-
There is some discussion about PECL extensions written in Rust on the PECL mailing list (https://news-web.php.net/php.pecl.dev/17600 ff), but so far without any consensus. Since @derickr said:
> Fo…
cmb69 updated
2 months ago
-
**Project name**: Contribute to the Rust Infrastructure
**Project details**: The Rust Infrastructure manages CI, releases, bots, metrics, and more. If you are interested in helping the Rust [Infra te…