## Feature <!-- What Python feature is missing from RustPython? Give a short description of the feature and how you ran into its absence. --> code: ```python from __future__ import generator_stop ``` Expected: Nothing Actual: SyntaxError: future feature generator_stop is not defined ## TODO Add it to `compile_future_features` function