Looks like bug #41097 ```rust fn main() { for _ in 0 .. 100 {} } ``` Translates to non-inlined calls to `Range::next()`: https://rust.godbolt.org/z/jZ62Td