gccrs: Add missing name resolution to Function type-path segments
authorPhilip Herron <philip.herron@embecosm.com>
Thu, 20 Oct 2022 16:59:03 +0000 (17:59 +0100)
committerArthur Cohen <arthur.cohen@embecosm.com>
Tue, 21 Feb 2023 11:36:40 +0000 (12:36 +0100)
commit12e94515f894be4a178c1a03ce42a23701515ee0
tree2a99f06168afa6c89450ecd5d40ca7d1faf1df01
parent699e7e862763199a0360c47f6d5ddd26a21517ce
gccrs: Add missing name resolution to Function type-path segments

gcc/rust/ChangeLog:

* resolve/rust-ast-resolve-type.cc (ResolveRelativeTypePath::go): Add missing handling of
function case.
gcc/rust/resolve/rust-ast-resolve-type.cc