]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
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)
committerCohenArthur <arthur.cohen@embecosm.com>
Thu, 28 Nov 2024 12:35:46 +0000 (12:35 +0000)
gcc/rust/ChangeLog:

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

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

index 414436f0c96591402e928b1f543b44861f789717..bcf41df559e5e56a24315491ac13bdf7a9745966 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,