Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
felipensp committed Jan 20, 2025
1 parent 9b7a84d commit dcbbfbb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vlib/v/markused/markused.v
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ pub fn mark_used(mut table ast.Table, mut pref_ pref.Preferences, ast_files []&a
}
if table.used_features.as_cast {
core_fns << '__as_cast'
core_fns << 'new_array_from_c_array'
}
if table.used_features.anon_fn {
core_fns << 'memdup_uncollectable'
Expand Down

0 comments on commit dcbbfbb

Please sign in to comment.