about summary refs log tree commit diff
path: root/compiler/rustc_codegen_gcc
diff options
context:
space:
mode:
authorBen Kimock <kimockb@gmail.com>2025-07-05 12:32:53 -0400
committerGitHub <noreply@github.com>2025-07-05 12:32:53 -0400
commit61bdd11b20042dba8d385efda41b76f499acda80 (patch)
tree00711472a24e71288d67e3b5f4247ed55556b632 /compiler/rustc_codegen_gcc
parent6dec76f1c2809fded082dd44d3752d3f6220d767 (diff)
parent3cd13f72a26b45dd43a24fa8d47f680a9275e046 (diff)
downloadrust-61bdd11b20042dba8d385efda41b76f499acda80.tar.gz
rust-61bdd11b20042dba8d385efda41b76f499acda80.zip
Rollup merge of #143291 - RalfJung:result-isnt-either, r=scottmcm
codegen_ssa: replace a Result by an Either

`Err` here clearly does not indicate an "error" of any sort, so the use of `Result` is confusing. Let's use a sum type that does not come with the baggage of `Result`.
Diffstat (limited to 'compiler/rustc_codegen_gcc')
0 files changed, 0 insertions, 0 deletions