rust/compiler/rustc_parse/src/parser
Michael Goulet 29f905bfaf
Rollup merge of #100475 - chenyukang:fix-100461, r=fee1-dead
Give a helpful diagnostic when the next struct field has an attribute

Fixes #100461
2022-08-13 14:10:12 -07:00
..
attr.rs remove unnecessary to_string and String::new 2022-06-13 15:48:40 +09:00
attr_wrapper.rs ast: Introduce some traits to get AST node properties generically 2022-05-11 12:43:27 +03:00
diagnostics.rs Use &mut Diagnostic instead of &mut DiagnosticBuilder unless needed 2022-08-10 03:45:42 +00:00
expr.rs Rollup merge of #100351 - compiler-errors:diagnostic-convention, r=fee1-dead 2022-08-11 22:47:03 +05:30
generics.rs remove unnecessary to_string and String::new 2022-06-13 15:48:40 +09:00
item.rs Rollup merge of #100475 - chenyukang:fix-100461, r=fee1-dead 2022-08-13 14:10:12 -07:00
mod.rs Stringify non-shorthand visibility correctly 2022-08-09 23:31:45 -04:00
nonterminal.rs ast: Introduce some traits to get AST node properties generically 2022-05-11 12:43:27 +03:00
pat.rs remove unnecessary to_string and String::new 2022-06-13 15:48:40 +09:00
path.rs Rollup merge of #95211 - terrarier2111:improve-parser, r=compiler-errors 2022-06-14 07:47:22 +09:00
stmt.rs Improve parsing errors and suggestions for bad if statements 2022-06-13 20:53:48 -07:00
ty.rs remove unnecessary to_string and String::new 2022-06-13 15:48:40 +09:00