summaryrefslogtreecommitdiff
path: root/src/hir_expand/ufcs_everything.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/hir_expand/ufcs_everything.cpp')
-rw-r--r--src/hir_expand/ufcs_everything.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hir_expand/ufcs_everything.cpp b/src/hir_expand/ufcs_everything.cpp
index 9f246f74..daba3e6a 100644
--- a/src/hir_expand/ufcs_everything.cpp
+++ b/src/hir_expand/ufcs_everything.cpp
@@ -757,7 +757,7 @@ namespace {
DEBUG("Array size " << ty);
if( e.size ) {
ExprVisitor_Mutate ev(m_crate);
- ev.visit_node_ptr( e.size );
+ ev.visit_node_ptr( *e.size );
}
)
else {