1
Fork 0
rust/compiler/rustc_parse
Nicholas Nethercote 42dbc72d7b Adjust to_attr_token_stream.
It uses `once` chained with `(0..self.num_calls).map(...)` followed by
`.take(self.num_calls`. I found this hard to read. It's simpler to just
use `repeat_with`.
2023-09-06 17:12:07 +10:00
..
src Adjust to_attr_token_stream. 2023-09-06 17:12:07 +10:00
Cargo.toml Add rustc_fluent_macro to decouple fluent from rustc_macros 2023-04-18 18:56:22 +00:00
messages.ftl Fix bad suggestion when wrong parentheses around a dyn trait 2023-08-16 00:26:10 +08:00