diff options
| author | gingerBill <bill@gingerbill.org> | 2020-12-02 11:48:50 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2020-12-02 11:48:50 +0000 |
| commit | 996c8540719be980f98cf75640ca8b91278bfe3d (patch) | |
| tree | d42dcff9dd3958981dee3582d2654a17ea778615 /src/check_expr.cpp | |
| parent | a9c181102711a9e5437a1b3f103fce53dd40439c (diff) | |
Disable `lb_const_hash` for the time being
Diffstat (limited to 'src/check_expr.cpp')
| -rw-r--r-- | src/check_expr.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/check_expr.cpp b/src/check_expr.cpp index 6ba25619f..d31874959 100644 --- a/src/check_expr.cpp +++ b/src/check_expr.cpp @@ -9469,6 +9469,7 @@ ExprKind check_expr_base_internal(CheckerContext *c, Operand *o, Ast *node, Type } add_package_dependency(c, "runtime", "type_assertion_check"); + add_package_dependency(c, "runtime", "type_assertion_check2"); case_end; case_ast_node(tc, TypeCast, node); |