-
With the advent of incremental compilation on stable Rust compile times will hopefully get much better especially in debug mode and hopefully eventually in release mode with https://github.com/rust-la…
-
If a user has `strip` enabled for their release builds and temporary needs to add debug info to those builds, there's no indication that `strip` will just remove anything added by `debug = true`. Shou…
-
Is there a recommended practice for ensuring canonical URLs for a book? For example, the current rust book can be found at these URLs:
* `https://doc.rust-lang.org/book/`
* `https://doc.rust-lang.…
-
Hi,
I have the following implementation:
```rust
fn new(
directory: TempDir,
ssh_key: &'static std::path::Path,
git_url: &'static str,
) -> Result {
tracing::i…
-
```rust
fn f() {} // warning: type parameter `foo` should have an upper camel case name
```
Expected behavior - no warning, actual behavior - warning.
cc https://github.com/rust-lang/rust/issues…
-
I upgraded from rust 1.80 to 1.82 and previous picoserve code that worked (based on embassy example here) is not compiling:
```
type AppRouter = impl picoserve::routing::PathRouter;
#[embassy_e…
-
This tracks `#![feature(const_for)]`, added in https://github.com/rust-lang/rust/pull/87237.
This feature depends on [`const_trait_impl`](https://github.com/rust-lang/rust/issues/67792) and is not cu…
-
Formatting the following code produces awful results:
```rust
fn main() {
{
{
{
let result = this_is_a_quite_long_name(
another_long_one,
…
-
This is a tracking issue for [MCP 519: track licensing metadata with REUSE](https://github.com/rust-lang/compiler-team/issues/519)
### Steps
- [x] Implement scaffolding to track metadata with RE…
-
This issue tracks the release notes text for #130443.
### Steps
- [ ] Proposed text is drafted by PR author (or team) making the noteworthy change.
- [ ] Issue is nominated for release team review …