rust/compiler/rustc_expand/src
Stuart Cook 68f4a99963
Rollup merge of #151887 - scottmcm:homogeneous-try-in-compiler, r=jackh726
Remove some unnecessary `try`-related type annotations

I left a few, like
```rust
let result: Result<_, ModError<'_>> = try {
```
where it felt like seeing it might still be useful for the reader.

Feel free to push back on any of these changes if you think they should be left alone.
2026-02-08 16:58:23 +11:00
..
mbe Convert to inline diagnostics in rustc_expand 2026-02-04 16:16:16 +01:00
base.rs Use Rustc prefix for rustc attrs in AttributeKind 2026-01-29 14:52:09 +00:00
build.rs Syntactically distinguish anon const const args 2025-12-12 15:45:37 +00:00
config.rs Convert to inline diagnostics in rustc_expand 2026-02-04 16:16:16 +01:00
errors.rs Convert to inline diagnostics in rustc_expand 2026-02-04 16:16:16 +01:00
expand.rs Convert to inline diagnostics in rustc_expand 2026-02-04 16:16:16 +01:00
lib.rs Convert to inline diagnostics in rustc_expand 2026-02-04 16:16:16 +01:00
mbe.rs mbe: Clean up code with non-optional NonterminalKind 2025-06-24 04:37:36 -04:00
module.rs Strip frontmatter in fewer places 2025-09-09 19:49:40 +02:00
placeholders.rs Add capacity to PlaceholderExpander 2026-01-31 20:33:16 -06:00
proc_macro.rs Audit AllowConstBlockItems 2026-01-21 19:36:14 +03:00
proc_macro_server.rs Remove some unnecessary try-related type annotations 2026-01-30 18:21:19 -08:00
stats.rs Move users of span_to_embeddable_string to span_to_diagnostic_string 2025-12-12 07:32:25 +01:00