aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Cohen <arthur.cohen@embecosm.com>2024-11-25 12:21:05 +0100
committerArthur Cohen <arthur.cohen@embecosm.com>2025-03-21 12:33:05 +0100
commit0b4732e7916b83455230635e1926c0ebe886c5d8 (patch)
treefdfe7591352d2605a4486da214d38cb0976b7d90
parent65b68bed326c6acaa1fd50527d9c1dc61071579f (diff)
downloadgcc-0b4732e7916b83455230635e1926c0ebe886c5d8.zip
gcc-0b4732e7916b83455230635e1926c0ebe886c5d8.tar.gz
gcc-0b4732e7916b83455230635e1926c0ebe886c5d8.tar.bz2
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.
-rw-r--r--gcc/rust/util/rust-lang-item.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/rust/util/rust-lang-item.h b/gcc/rust/util/rust-lang-item.h
index 951e4a3..92c70bb 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,