Add tentative FeatureNew guard

pull/8513/head
Laurin-Luis Lehning 4 years ago committed by Xavier Claessens
parent aa71452f1a
commit 71e9909ffd
  1. 1
      mesonbuild/interpreterbase.py

@ -928,6 +928,7 @@ The result of this is undefined and will become a hard error in a future Meson r
else:
return self.evaluate_statement(node.falseblock)
@FeatureNew('format strings', '0.58.0')
def evaluate_fstring(self, node: mparser.FormatStringNode) -> TYPE_var:
assert(isinstance(node, mparser.FormatStringNode))

Loading…
Cancel
Save