Skip to content

Avoid a bunch of booleans in favor of Result<(), ErrorGuaranteed> as that more robustly proves that an error has been emitted#126317

Merged
bors merged 6 commits into
rust-lang:masterfrom
oli-obk:recursive_rpit4
Jun 12, 2024
Merged

Avoid a bunch of booleans in favor of Result<(), ErrorGuaranteed> as that more robustly proves that an error has been emitted#126317
bors merged 6 commits into
rust-lang:masterfrom
oli-obk:recursive_rpit4

Avoid a Ty::new_misc_error when an ErrorGuaranteed is available

6299071
Select commit
Loading
Failed to load commit list.

Workflow runs completed with no jobs