rust/compiler/rustc_parse/src/parser
Matthias Krüger 63da51db93
Rollup merge of #95135 - TaKO8Ki:fix-not-emitted-unmatched-angle-bracket-error, r=Dylan-DPC
Fix a not emitted unmatched angle bracket error

closes #95128
2022-03-20 20:42:45 +01:00
..
attr.rs Rollup merge of #94731 - TaKO8Ki:const-generic-expr-recovery, r=davidtwco,oli-obk 2022-03-17 22:55:04 +01:00
attr_wrapper.rs Change more x64 size checks to not apply to x32. 2021-09-05 16:42:36 +01:00
diagnostics.rs Rollup merge of #94731 - TaKO8Ki:const-generic-expr-recovery, r=davidtwco,oli-obk 2022-03-17 22:55:04 +01:00
expr.rs use self.create_snapshot_for_diagnostic instead of self.clone() 2022-03-18 16:56:43 +09:00
generics.rs rustc_errors: take self by value in DiagnosticBuilder::cancel. 2022-02-23 06:08:06 +00:00
item.rs fix a not emitted unmatched angle bracket error 2022-03-20 22:39:15 +09:00
mod.rs rename ErrorReported -> ErrorGuaranteed 2022-03-02 09:45:25 -06:00
nonterminal.rs Do not recover from Ty? in macro parsing 2022-03-04 02:03:55 +00:00
pat.rs rename ErrorReported -> ErrorGuaranteed 2022-03-02 09:45:25 -06:00
path.rs replace self.clone() with self.create_snapshot_for_diagnostic() 2022-03-10 22:11:00 +09:00
stmt.rs rename ErrorReported -> ErrorGuaranteed 2022-03-02 09:45:25 -06:00
ty.rs Do not recover from Ty? in macro parsing 2022-03-04 02:03:55 +00:00