]> git.ipfire.org Git - thirdparty/gcc.git/commit
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)
committerP-E-P <32375388+P-E-P@users.noreply.github.com>
Tue, 26 Mar 2024 17:35:02 +0000 (17:35 +0000)
commit124d56a328163a8de49e01e9d88aaf6f6c5aa3e9
treef6f20a1281351818f485a4025f081ea303499aaf
parent4c40ba4bb28b83061f3963f806d26f0599497f93
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