AFL found this simple regex that causes `Regex::captures_iter()` in `regex-0.1.71` to enter into an endless loop. ``` regex::Regex::new("a$").unwrap().captures_iter("a").last() ```