rust/compiler
Nicholas Nethercote a108a3bd8e Tweak flush_delayed.
- Take a `Vec` instead of an iterator, because that's all that is
  needed.
- Do an early return for the "no bugs" case.
- Use `enumerate` and an `i == 0` test to identify the first bug.

Those changes mean the `no_bug` variable can be removed, which I found
hard to read.
2023-12-23 13:23:28 +11:00
..
2023-12-23 13:23:28 +11:00
2023-12-19 12:26:27 -08:00
2023-12-19 12:26:20 -08:00
2023-12-16 01:28:06 +00:00
2023-12-19 12:26:27 -08:00