rust/compiler/rustc_parse/src/parser
bors d1741e59cb Auto merge of #77035 - mibac138:fn-fat-arrow-return, r=davidtwco
Gracefully handle mistyping -> as => in function return type

Fixes #77019
2020-12-19 01:47:05 +00:00
..
attr.rs rustc_parse: restore pub vis on parse_attribute 2020-11-26 12:54:09 -06:00
diagnostics.rs Permit standalone generic parameters as const generic arguments in macros 2020-11-18 13:16:35 +00:00
expr.rs Gracefully handle confusing -> with : in function return type 2020-12-03 18:19:42 +01:00
generics.rs Gracefully handle confusing -> with : in function return type 2020-12-03 18:19:42 +01:00
item.rs Auto merge of #77035 - mibac138:fn-fat-arrow-return, r=davidtwco 2020-12-19 01:47:05 +00:00
mod.rs Properly capture trailing 'unglued' token 2020-12-12 16:28:13 -05:00
nonterminal.rs Don't allow const to begin a nonterminal 2020-12-17 13:58:56 -08:00
pat.rs Fixes #79357 unstable or-pat suggestions 2020-11-29 15:31:45 -03:00
path.rs Gracefully handle confusing -> with : in function return type 2020-12-03 18:19:42 +01:00
stmt.rs Only eat semicolons for statements that need them 2020-11-26 17:08:35 -05:00
ty.rs Address review comments 2020-12-17 14:12:48 +01:00