Closed
Description
E.g. in https://github.com/rust-lang/miri/pull/1083/files?utf8=%E2%9C%93&diff=unified&w=1#r352037361 we had to use weird code to check that the iterator is the same length as a slice.
After changing the fn args_iter
function to have an ExactSizeIterator bound, we should undo the hack
This issue has been assigned to @hashedone via this comment.