diff options
| author | Michael Goulet <michael@errs.io> | 2024-06-12 14:26:27 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-12 14:26:27 -0400 |
| commit | 7276f34a85fa867f4afca299d68029e8e621b5c4 (patch) | |
| tree | 3c44f5613b66472f12ab7ae1b26d72d152b8c617 /compiler/rustc_codegen_llvm/src | |
| parent | 49b28a4f6a1040bedc0f108100727c28cbb51611 (diff) | |
| parent | 62990713cece662d36a192e2713a30cd7cfb115b (diff) | |
| download | rust-7276f34a85fa867f4afca299d68029e8e621b5c4.tar.gz rust-7276f34a85fa867f4afca299d68029e8e621b5c4.zip | |
Rollup merge of #126317 - oli-obk:recursive_rpit4, r=compiler-errors
Avoid a bunch of booleans in favor of Result<(), ErrorGuaranteed> as that more robustly proves that an error has been emitted pulled out of https://github.com/rust-lang/rust/pull/126316 This PR cannot have any effect on compilation. All it does is shift a `Ty::new_misc_error` to a `span_delayed_bug` and preserve the `ErrorGuaranteed` in all other cases
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions
