diff options
-rw-r--r-- | src/hir_conv/constant_evaluation.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hir_conv/constant_evaluation.hpp b/src/hir_conv/constant_evaluation.hpp index dff6e73e..a5fd7050 100644 --- a/src/hir_conv/constant_evaluation.hpp +++ b/src/hir_conv/constant_evaluation.hpp @@ -13,7 +13,7 @@ struct Evaluator virtual ::HIR::Path new_static(::HIR::TypeRef type, ::HIR::Literal value) = 0; }; - const Span& root_span; + Span root_span; StaticTraitResolve resolve; Newval& nvs; |