gccrs: moved operator.h to util/rust-operators.h
authorAbdul Rafey <abdulrafeyq@gmail.com>
Sun, 29 Jan 2023 11:29:17 +0000 (16:59 +0530)
committerArthur Cohen <arthur.cohen@embecosm.com>
Thu, 6 Apr 2023 08:47:18 +0000 (10:47 +0200)
commitd6cb04bf5c0d77f60572f6f076fb602a8aeabf98
tree99bcead79b99c3b8ba6ccf5996084d7b8bfe1fe7
parent9b19e93873c6145c9a0cdf631d9d1b8eece90d4e
gccrs: moved operator.h to util/rust-operators.h

gcc/rust/ChangeLog:

* ast/rust-ast.cc: Fix include list.
* ast/rust-expr.h: Likewise.
* hir/tree/rust-hir-expr.h: Likewise.
* rust-backend.h: Likewise.
* util/rust-lang-item.h: Likewise.
* operator.h: Moved to...
* util/rust-operators.h: ...here.

Signed-off-by: Abdul Rafey <abdulrafeyq@gmail.com>
gcc/rust/ast/rust-ast.cc
gcc/rust/ast/rust-expr.h
gcc/rust/hir/tree/rust-hir-expr.h
gcc/rust/rust-backend.h
gcc/rust/util/rust-lang-item.h
gcc/rust/util/rust-operators.h [moved from gcc/rust/operator.h with 100% similarity]