Skip to content

Commit

Permalink
Auto merge of rust-lang#105252 - bjorn3:codegen_less_pair_values, r=n…
Browse files Browse the repository at this point in the history
…agisa

Use struct types during codegen in less places

This makes it easier to use cg_ssa from a backend like Cranelift that doesn't have any struct types at all. After this PR struct types are still used for function arguments and return values. Removing those usages is harder but should still be doable.
  • Loading branch information
bors committed Dec 12, 2022
2 parents 408027b + bf85301 commit 67f1ae3
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit 67f1ae3

Please sign in to comment.