summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/hir_typeck/expr_cs.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/hir_typeck/expr_cs.cpp b/src/hir_typeck/expr_cs.cpp
index 5d09e90c..ce7ef629 100644
--- a/src/hir_typeck/expr_cs.cpp
+++ b/src/hir_typeck/expr_cs.cpp
@@ -4068,6 +4068,8 @@ namespace {
if( ivar_ent.types_to.size() == 0 && ivar_ent.types_from.size() == 0 ) {
// No idea! (or unused)
+ // - Clear the `force_no` flag
+ ivar_ent.force_no = false;
return ;
}