We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcd7585 commit 766f989Copy full SHA for 766f989
gcc/rust/hir/tree/rust-hir-expr.h
@@ -1635,18 +1635,13 @@ class MethodCallExpr : public ExprWithoutBlock
1635
{
1636
std::unique_ptr<Expr> receiver;
1637
PathExprSegment method_name;
1638
- // inlined form of CallParams
1639
std::vector<std::unique_ptr<Expr> > params;
1640
1641
Location locus;
1642
1643
public:
1644
std::string as_string () const override;
1645
1646
- /*inline std::vector<std::unique_ptr<Expr>> get_params() const {
1647
- return params;
1648
- }*/
1649
-
1650
MethodCallExpr (Analysis::NodeMapping mappings,
1651
std::unique_ptr<Expr> call_receiver,
1652
PathExprSegment method_path,
0 commit comments