]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
gccrs: lang-items: Move comment about arithmetic lang items
authorArthur Cohen <arthur.cohen@embecosm.com>
Mon, 25 Nov 2024 11:21:05 +0000 (12:21 +0100)
committerArthur Cohen <arthur.cohen@embecosm.com>
Fri, 21 Mar 2025 11:33:05 +0000 (12:33 +0100)
gcc/rust/ChangeLog:

* util/rust-lang-item.h: Fix comment location to align with other comments.

gcc/rust/util/rust-lang-item.h

index 951e4a3ceaf4ecb769cbc4e779248dbeeb9c2494..92c70bbddf4455de456488ce3645779256d328b0 100644 (file)
 
 namespace Rust {
 
-// https://github.com/rust-lang/rust/blob/master/library/core/src/ops/arith.rs
 class LangItem
 {
 public:
   enum class Kind
   {
+    // https://github.com/rust-lang/rust/blob/master/library/core/src/ops/arith.rs
     ADD,
     SUBTRACT,
     MULTIPLY,