]> git.ipfire.org Git - thirdparty/gcc.git/commit
gccrs: hir: remove stray semicolon
authorDavid Malcolm <dmalcolm@redhat.com>
Wed, 24 May 2023 13:19:43 +0000 (09:19 -0400)
committerArthur Cohen <arthur.cohen@embecosm.com>
Tue, 16 Jan 2024 17:37:21 +0000 (18:37 +0100)
commitb8934ebd88b50c6aae304eede565f94cb860a3c2
tree109ccc45b3feb1913680071537d3538da65e42e2
parent917914509f467c0f333575914f5fbb9dc78a39f7
gccrs: hir: remove stray semicolon

Fix for this warning:

../../src/gcc/rust/typecheck/rust-hir-trait-reference.cc:40:2: warning: extra ‘;’ [-Wpedantic]
   40 | };
      |  ^

gcc/rust/ChangeLog:

* typecheck/rust-hir-trait-reference.cc (TraitItemReference::is_optional): Remove
stray semicolon.
gcc/rust/typecheck/rust-hir-trait-reference.cc