https://gcc.gnu.org/g:1d5f710bfb25857a4e0a8011080513074b64334e

commit 1d5f710bfb25857a4e0a8011080513074b64334e
Author: Arthur Cohen <arthur.co...@embecosm.com>
Date:   Mon Nov 25 12:21:05 2024 +0100

    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 414436f0c965..bcf41df559e5 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