rust/compiler
Nicholas Nethercote 7416c20cfd Just push in AttrTokenStream::to_token_trees.
Currently it uses a mixture of functional style (`flat_map`) and
imperative style (`push`), which is a bit hard to read. This commit
converts it to fully imperative, which is more concise and avoids the
need for `smallvec`.
2024-07-02 10:46:44 +10:00
..
2024-07-02 10:46:43 +10:00
2024-06-28 15:44:20 +00:00
2024-07-02 10:46:43 +10:00
2024-07-01 05:17:13 -07:00
2024-06-28 15:44:20 +00:00