This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit aeed023
authored
Rollup merge of rust-lang#119359 - DaniPopes:ident-or-err, r=compiler-errors
Simplify Parser::ident_or_error
Avoid a nested `Result<T, PResult<T>>`.1 file changed
+4
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
504 | 504 | | |
505 | 505 | | |
506 | 506 | | |
507 | | - | |
508 | | - | |
509 | | - | |
510 | | - | |
511 | | - | |
512 | | - | |
513 | | - | |
514 | | - | |
515 | | - | |
516 | | - | |
517 | | - | |
518 | | - | |
| 507 | + | |
| 508 | + | |
| 509 | + | |
| 510 | + | |
519 | 511 | | |
520 | 512 | | |
521 | 513 | | |
| |||
0 commit comments