]> git.ipfire.org Git - thirdparty/gcc.git/commit
gccrs: Change error message to match test
authorPierre-Emmanuel Patry <pierre-emmanuel.patry@embecosm.com>
Wed, 17 Jan 2024 12:53:21 +0000 (13:53 +0100)
committerArthur Cohen <arthur.cohen@embecosm.com>
Thu, 1 Aug 2024 14:52:26 +0000 (16:52 +0200)
commit54d806b3f11bf1043499dd0a4240be177d40be71
tree33d58680fcd99617770ed40dc7f315d1f14e7017
parentd9d7f79a422f8669a5a7e6d627c764ba9f3eded9
gccrs: Change error message to match test

Error message did not match the test from the previous name resolver when
a given path cannot be resolved.

gcc/rust/ChangeLog:

* typecheck/rust-hir-type-check-path.cc (TypeCheckExpr::resolve_root_path):
Change error message to match old resolver and test case.

Signed-off-by: Pierre-Emmanuel Patry <pierre-emmanuel.patry@embecosm.com>
gcc/rust/typecheck/rust-hir-type-check-path.cc