aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Cohen <arthur.cohen@embecosm.com>2024-11-25 12:21:05 +0100
committerCohenArthur <arthur.cohen@embecosm.com>2024-11-28 12:35:46 +0000
commit1d5f710bfb25857a4e0a8011080513074b64334e (patch)
tree2b743a9ca214e0f8e4900fab1ec1da418d3aaaac
parent7bdbcb7564221efc8856b7ce152fe4bd3a0f1f8c (diff)
downloadgcc-1d5f710bfb25857a4e0a8011080513074b64334e.zip
gcc-1d5f710bfb25857a4e0a8011080513074b64334e.tar.gz
gcc-1d5f710bfb25857a4e0a8011080513074b64334e.tar.bz2
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 414436f..bcf41df 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,