mirror of
https://gcc.gnu.org/git/gcc.git
synced 2026-02-22 20:01:22 -05:00
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>
This commit is contained in:
committed by
Arthur Cohen
parent
9b19e93873
commit
d6cb04bf5c
@@ -25,7 +25,7 @@ along with GCC; see the file COPYING3. If not see
|
||||
#include "rust-session-manager.h"
|
||||
#include "rust-lex.h"
|
||||
#include "rust-parse.h"
|
||||
#include "operator.h"
|
||||
#include "rust-operators.h"
|
||||
|
||||
/* Compilation unit used for various AST-related functions that would make
|
||||
* the headers too long if they were defined inline and don't receive any
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
#include "rust-ast.h"
|
||||
#include "rust-path.h"
|
||||
#include "operator.h"
|
||||
#include "rust-operators.h"
|
||||
|
||||
namespace Rust {
|
||||
namespace AST {
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
#include "rust-ast-full-decls.h"
|
||||
#include "rust-hir.h"
|
||||
#include "rust-hir-path.h"
|
||||
#include "operator.h"
|
||||
#include "rust-operators.h"
|
||||
|
||||
namespace Rust {
|
||||
namespace HIR {
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
#include "rust-location.h"
|
||||
#include "rust-linemap.h"
|
||||
#include "rust-diagnostics.h"
|
||||
#include "operator.h"
|
||||
#include "util/rust-operators.h"
|
||||
#include "tree.h"
|
||||
|
||||
// Pointers to these types are created by the backend, passed to the
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
// <http://www.gnu.org/licenses/>.
|
||||
|
||||
#include "rust-system.h"
|
||||
#include "operator.h"
|
||||
#include "rust-operators.h"
|
||||
|
||||
namespace Rust {
|
||||
namespace Analysis {
|
||||
|
||||
Reference in New Issue
Block a user