]> git.ipfire.org Git - thirdparty/gcc.git/commit
gccrs: refactor inference variable computation into a seperate method
authorPhilip Herron <herron.philip@googlemail.com>
Sat, 3 Feb 2024 15:18:51 +0000 (15:18 +0000)
committerArthur Cohen <arthur.cohen@embecosm.com>
Wed, 7 Feb 2024 11:40:23 +0000 (12:40 +0100)
commitc91248d1de2f83861a41b5f16d78b198d8a6bb44
tree0d449efae32525b2314971d8d8f983d853151920
parent229f2a709b72da6ea12f2069d567fd9f9bc1891e
gccrs: refactor inference variable computation into a seperate method

gcc/rust/ChangeLog:

* typecheck/rust-hir-type-check.cc (TypeResolution::Resolve): refactor
* typecheck/rust-hir-type-check.h: new prototype
* typecheck/rust-typecheck-context.cc (TypeCheckContext::compute_inference_variables): x
gcc/rust/typecheck/rust-hir-type-check.cc
gcc/rust/typecheck/rust-hir-type-check.h
gcc/rust/typecheck/rust-typecheck-context.cc