rust/compiler
Nicholas Nethercote 4ebf2be8bb Remove Iterator impl for TokenTreeCursor.
This is surprising, but the new comment explains why. It's a logical
conclusion in the drive to avoid `TokenTree` clones.

`TokenTreeCursor` is now only used within `Parser`. It's still needed
due to `replace_prev_and_rewind`.
2023-07-27 11:59:03 +10:00
..
2023-07-23 09:48:07 +02:00
2023-07-23 11:14:52 +02:00
2023-07-23 09:48:07 +02:00
2023-07-19 16:37:09 +00:00
2023-07-23 11:14:52 +02:00
2023-07-22 15:38:41 -04:00