`time` can't time control flow keywords
This should work:
time for x in 1 2 3; echo $x; end
Yet it does not:
# time for x in 1 2 3; echo $x; end
real 0.000020490s
3
ion: error: keyword End found but no block to close
This may be a regression. I seem to recall this working at some point.