https://gcc.gnu.org/g:0b4732e7916b83455230635e1926c0ebe886c5d8

commit r15-8549-g0b4732e7916b83455230635e1926c0ebe886c5d8
Author: Arthur Cohen <arthur.co...@embecosm.com>
Date:   Mon Nov 25 12:21:05 2024 +0100

    gccrs: lang-items: Move comment about arithmetic lang items
    
    gcc/rust/ChangeLog:
    
            * util/rust-lang-item.h: Fix comment location to align with other 
comments.

Diff:
---
 gcc/rust/util/rust-lang-item.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/rust/util/rust-lang-item.h b/gcc/rust/util/rust-lang-item.h
index 951e4a3ceaf4..92c70bbddf44 100644
--- a/gcc/rust/util/rust-lang-item.h
+++ b/gcc/rust/util/rust-lang-item.h
@@ -23,12 +23,12 @@
 
 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,

Reply via email to