Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gccrs: simplify matching possible candidates
We do extra checking after the fact here to ensure its a valid candidate and in the case there is only one candidate lets just go for it. Addresses #1895 gcc/rust/ChangeLog: * backend/rust-compile-base.cc (HIRCompileBase::resolve_method_address): use the single candidate Signed-off-by: Philip Herron <[email protected]>
- Loading branch information