In the rust_adaptive_sort example config there is cascade_evaluation: true. But the evaluator doesn't define any evaluate_stage1 function. If I understand the code correctly, it falls back to 'direct' evaluation. So the cascade config is useless. Mostly I want to make sure I'm not missing something. Might be nice to delete the config lines to avoid confusion.