From: Arthur Cohen Date: Mon, 25 Nov 2024 11:21:05 +0000 (+0100) Subject: gccrs: lang-items: Move comment about arithmetic lang items X-Git-Tag: basepoints/gcc-16~1004 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0b4732e7916b83455230635e1926c0ebe886c5d8;p=thirdparty%2Fgcc.git 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 --git a/gcc/rust/util/rust-lang-item.h b/gcc/rust/util/rust-lang-item.h index 951e4a3ceaf..92c70bbddf4 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,