rust/compiler/rustc_parse/src/parser
Matthias Krüger fece51174b
Rollup merge of #100566 - TaKO8Ki:use-create-snapshot-for-diagnostic, r=cjgillot
Use `create_snapshot_for_diagnostic` instead of `clone` for `Parser`

follow-up to #98020
2022-08-15 10:28:14 +02:00
..
attr_wrapper.rs ast: Introduce some traits to get AST node properties generically 2022-05-11 12:43:27 +03:00
attr.rs remove unnecessary to_string and String::new 2022-06-13 15:48:40 +09:00
diagnostics.rs Make code slightly more uniform 2022-08-14 22:17:49 +08:00
expr.rs Adjust span of closure param 2022-08-12 15:18:40 +00:00
generics.rs remove unnecessary to_string and String::new 2022-06-13 15:48:40 +09:00
item.rs Rollup merge of #100566 - TaKO8Ki:use-create-snapshot-for-diagnostic, r=cjgillot 2022-08-15 10:28:14 +02: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 Rollup merge of #100253 - obeis:issue-100197, r=cjgillot 2022-08-14 20:16:00 +02:00
ty.rs remove unnecessary to_string and String::new 2022-06-13 15:48:40 +09:00