Esteban Kuber

Results 157 comments of Esteban Kuber

@compiler-errors that is indeed the case for 2024 onwards, not [for previous editions](https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=8829d46029927ae94a4e6da146492969).

It just dawned on me that changing the macro from expanding to `if !cond { then }` to `if cond {} else { then }`, we get the consistent behavior...

> But adding a blocking download-and-parse of the manifest (without even a process spawn) extended the proxy latency to almost 400ms. So the 200ms timeout won't work, unless we add...

You can directly use a tool that deals with the output like annotate-snippets (which rustc is migrating to, and has production ready handling of fairly hairy terminal oddities) or miette...

I think that the right strategy for qualifier parsing is to detect that there's *any* qualifier and then collect qualifiers in a loop, regardless of order, and then check the...

It might be possible to make the annotations that currently point at fluent slugs into formatting strings, so that you can still have ```rust #[derive(Diagnostic)] #[diag("parenthesized type parameters may only...

> It is also somewhat unclear to me what you expect from this issue to be honest -- responses from various team members? It could result in expanding the dev...