diff options
Diffstat (limited to 'src/hir_conv/constant_evaluation.cpp')
-rw-r--r-- | src/hir_conv/constant_evaluation.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/hir_conv/constant_evaluation.cpp b/src/hir_conv/constant_evaluation.cpp index 8d93ced1..bd1e740a 100644 --- a/src/hir_conv/constant_evaluation.cpp +++ b/src/hir_conv/constant_evaluation.cpp @@ -1136,6 +1136,9 @@ namespace { vals.push_back( read_lval(v) ); val = ::HIR::Literal::make_List( mv$(vals) ); ), + (Variant, + TODO(sp, "MIR _Variant"); + ), (Struct, ::std::vector< ::HIR::Literal> vals; vals.reserve( e.vals.size() ); |