]> git.ipfire.org Git - thirdparty/gcc.git/commit
gccrs: 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)
committerArthur Cohen <arthur.cohen@embecosm.com>
Wed, 19 Mar 2025 14:32:13 +0000 (15:32 +0100)
commit924446743f6e21efa745ec1b051e9f37887e32f9
treee56edbe583274cff9e0bae5bcf2855accf02a6c4
parent9047b32383a05b5ef5909de5eed35a0cd3c9a76a
gccrs: 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