You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactored to use implicit insert and remove insert_type method from the context object (#3395)
gcc/rust/ChangeLog:
* typecheck/rust-substitution-mapper.cc: use insert_implicit_type.
* typecheck/rust-hir-type-check.h: Removed declaration of insert_type method.
* typecheck/rust-typecheck-context.cc: Removed definition of insert_type.
* typecheck/rust-hir-trait-resolve.cc: use insert_implicit_type.
* typecheck/rust-hir-type-check-base.cc: use insert_implicit_type.
* typecheck/rust-hir-type-check-enumitem.cc: use insert_implicit_type.
* typecheck/rust-hir-type-check-expr.cc: use insert_implicit_type.
* typecheck/rust-hir-type-check-implitem.cc: use insert_implicit_type.
* typecheck/rust-hir-type-check-item.cc: use insert_implicit_type.
* typecheck/rust-hir-type-check-pattern.cc: use insert_implicit_type.
* typecheck/rust-hir-type-check-stmt.cc: use insert_implicit_type.
* typecheck/rust-hir-type-check-struct.cc: use insert_implicit_type.
* typecheck/rust-hir-type-check-type.cc: use insert_implicit_type.
* typecheck/rust-hir-type-check.cc: use insert_implicit_type.
* typecheck/rust-typecheck-context.cc: use insert_implicit_type.
* typecheck/rust-tyty-subst.cc: use insert_implicit_type.
* typecheck/rust-tyty-util.cc: use insert_implicit_type.
* typecheck/rust-tyty.cc: use insert_implicit_type.
* typecheck/rust-unify.cc: use insert_implicit_type.
Signed-off-by: sasa630 <[email protected]>
0 commit comments