rust/compiler/rustc_parse/src/parser
Nicholas Nethercote 9d908a2877 Use ForceCollect in parse_attr_item.
Instead of a `bool`. Because `ForceCollect` is used in this way
everywhere else.
2024-07-19 08:24:54 +10:00
..
mut_visit Specialize assert_pred. 2024-06-06 08:26:54 +10:00
tokenstream Move some tests from rustc_expand to rustc_parse. 2024-05-06 09:06:02 +10:00
attr.rs Use ForceCollect in parse_attr_item. 2024-07-19 08:24:54 +10:00
attr_wrapper.rs Remove TrailingToken. 2024-07-18 17:28:49 +10:00
diagnostics.rs More accurate span for anonymous argument suggestion 2024-07-18 00:19:27 +00:00
expr.rs Remove TrailingToken. 2024-07-18 17:28:49 +10:00
generics.rs Remove TrailingToken. 2024-07-18 17:28:49 +10:00
item.rs Remove TrailingToken. 2024-07-18 17:28:49 +10:00
mod.rs Remove an unnecessary ForceCollect::Yes. 2024-07-19 08:20:57 +10:00
nonterminal.rs Use ForceCollect in parse_attr_item. 2024-07-19 08:24:54 +10:00
pat.rs Remove TrailingToken. 2024-07-18 17:28:49 +10:00
path.rs Use more accurate span for : to :: suggestion 2024-07-12 03:02:58 +00:00
stmt.rs Don't always force collect tokens in recover_stmt_local_after_let. 2024-07-19 08:24:53 +10:00
tests.rs Fix DebugParser. 2024-07-13 16:42:00 +10:00
ty.rs Deny keyword lifetimes pre-expansion 2024-07-16 12:06:25 -04:00