Skip to content

Commit

Permalink
lang-items: Move comment about arithmetic lang items
Browse files Browse the repository at this point in the history
gcc/rust/ChangeLog:

	* util/rust-lang-item.h: Fix comment location to align with other comments.
  • Loading branch information
CohenArthur committed Nov 28, 2024
1 parent 7bdbcb7 commit 1d5f710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gcc/rust/util/rust-lang-item.h
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 1d5f710

Please sign in to comment.