rust/compiler/rustc_parse/src/parser
Yiming Lei 419df5f4a0 error parsing lifetime following by Sized and message + between them
detect the pattern at the general site parse_impl_ty()
this will fix #102598
2022-12-13 16:49:20 -08:00
..
attr_wrapper.rs compiler: remove unnecessary imports and qualified paths 2022-12-10 18:45:34 +01:00
attr.rs compiler: remove unnecessary imports and qualified paths 2022-12-10 18:45:34 +01:00
diagnostics.rs Prefer doc comments over //-comments in compiler 2022-11-27 11:19:04 +00:00
expr.rs Auto merge of #105160 - nnethercote:rm-Lit-token_lit, r=petrochenkov 2022-12-12 05:16:50 +00:00
generics.rs fix #102182, recover from impl Trait in type param bound 2022-10-08 06:47:26 +08:00
item.rs error parsing lifetime following by Sized and message + between them 2022-12-13 16:49:20 -08:00
mod.rs While parsing enum variant, the error message always disappear 2022-12-01 22:48:52 -08:00
nonterminal.rs rustc_parse: remove ref patterns 2022-11-22 18:49:16 +00:00
pat.rs Parameterise Parser::{recover_unclosed_char,handle_missing_lit}. 2022-12-05 15:04:33 +11:00
path.rs Use ThinVec in ast::Path. 2022-11-17 13:56:38 +11:00
stmt.rs parser: refactoring on recovery from invalid variable declarations 2022-12-03 23:41:42 +09:00
ty.rs error parsing lifetime following by Sized and message + between them 2022-12-13 16:49:20 -08:00