]> git.lizzy.rs Git - rust.git/commit - compiler/rustc_codegen_cranelift/src/value_and_place.rs
Rollup merge of #107385 - BoxyUwU:ConstInferUnifier_is_folder, r=compiler-errors
authorMatthias Krüger <matthias.krueger@famsik.de>
Sat, 28 Jan 2023 10:11:08 +0000 (11:11 +0100)
committerGitHub <noreply@github.com>
Sat, 28 Jan 2023 10:11:08 +0000 (11:11 +0100)
commit18c9c643c136f64d57f7ba549f9f536110fd39fa
tree50412977b7b2ce238877c57991d68a966ecbca3d
parente0c8359ccf0aee2b4f4701d2e5681ceda78f22e4
parent29901e027c8f343e0366e308a9bf7edb2618c867
Rollup merge of #107385 - BoxyUwU:ConstInferUnifier_is_folder, r=compiler-errors

Use `FallibleTypeFolder` for `ConstInferUnifier` not `TypeRelation`

I am not sure why this was using a `TypeRelation`, maybe it predates the ability to have fallible type folders