diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2022-08-09 14:25:07 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-09 14:25:07 +0000 |
commit | 5865fb27a73a6e7483bc98ba5f33c7f8bc850790 (patch) | |
tree | 52f27d91e342a6dbb55f97cf2508280898301c4b /gcc/rust/backend/rust-compile-expr.h | |
parent | 17b625cbd612f05359c3199a3253f42e4cf25120 (diff) | |
parent | 0ec8f938272b6dce9e133f98a199fd5123aa553f (diff) | |
parent | 92eef6c33d49137707e5b3962822c6dded1f3c79 (diff) | |
download | gcc-5865fb27a73a6e7483bc98ba5f33c7f8bc850790.zip gcc-5865fb27a73a6e7483bc98ba5f33c7f8bc850790.tar.gz gcc-5865fb27a73a6e7483bc98ba5f33c7f8bc850790.tar.bz2 |
Merge #1425 #1451
1425: Cleanup frontend entrypoint r=CohenArthur a=CohenArthur
This removes a lot of code that was simply ported from the Go frontend, and forbids the usage of multiple input files.
Addresses #1115
1451: Fix failiure to type inference on unit-structs r=philberty a=philberty
This patch set adds fixes to ensure we can type inference generic unit-structs.
Fixes #1447
Co-authored-by: Arthur Cohen <arthur.cohen@embecosm.com>
Co-authored-by: Philip Herron <philip.herron@embecosm.com>