]> git.ipfire.org Git - thirdparty/gcc.git/commit
early: Do not emit errors for unresolved imports, store them instead
authorArthur Cohen <arthur.cohen@embecosm.com>
Sat, 6 Apr 2024 21:23:39 +0000 (23:23 +0200)
committerP-E-P <32375388+P-E-P@users.noreply.github.com>
Thu, 26 Sep 2024 22:48:32 +0000 (22:48 +0000)
commitc67b14ccc5b4ab16c237b448633a8e8718644153
treeab4f4b2144cb72e1bdfbc37aecf6cf737ccb0bd8
parentbd669c43f256ebc5e5d565ec66504c955a34d8e1
early: Do not emit errors for unresolved imports, store them instead

gcc/rust/ChangeLog:

* resolve/rust-early-name-resolver-2.0.cc (Early::visit_attributes):
Store errors for later.
gcc/rust/resolve/rust-early-name-resolver-2.0.cc