rust/compiler/rustc_parse/src/parser
Nicholas Nethercote 76b04437be Remove NtTy.
Notes about tests:

- tests/ui/parser/macro/trait-object-macro-matcher.rs: the syntax error
  is duplicated, because it occurs now when parsing the decl macro
  input, and also when parsing the expanded decl macro. But this won't
  show up for normal users due to error de-duplication.

- tests/ui/associated-consts/issue-93835.rs: similar, plus there are
  some additional errors about this very broken code.

- The changes to metavariable descriptions in #132629 are now visible in
  error message for several tests.
2025-02-21 15:49:46 +11:00
..
mut_visit Re-export more rustc_span::symbol things from rustc_span. 2024-12-18 13:38:53 +11:00
tokenstream update cfg(bootstrap) 2025-01-08 21:26:39 +01:00
attr.rs Speed up Parser::expected_token_types. 2024-12-19 16:05:41 +11:00
attr_wrapper.rs Rustfmt 2025-02-08 22:12:13 +00:00
diagnostics.rs Rustfmt 2025-02-08 22:12:13 +00:00
expr.rs Rustfmt 2025-02-08 22:12:13 +00:00
generics.rs Stop using span hack for contracts feature gating 2025-02-10 19:51:26 +00:00
item.rs Try to recover from path sep error in parser 2025-02-15 07:44:20 +08:00
mod.rs Remove NtTy. 2025-02-21 15:49:46 +11:00
nonterminal.rs Remove NtTy. 2025-02-21 15:49:46 +11:00
pat.rs Do not allow attributes on struct field rest patterns 2025-02-03 14:04:57 +00:00
path.rs Remove NtTy. 2025-02-21 15:49:46 +11:00
stmt.rs Rustfmt 2025-02-08 22:12:13 +00:00
tests.rs Stop passing the same resource multiple times when building ParseSess 2025-02-06 17:30:10 +00:00
token_type.rs Rename rustc_contract to contract 2025-02-03 13:55:15 -08:00
ty.rs Remove NtTy. 2025-02-21 15:49:46 +11:00