rust/src/librustc_parse
Mazdak Farrokhzad 2307f0c4ea
Rollup merge of #68071 - estebank:ice-67995, r=Centril
Extend support of `_` in type parameters

 - Account for `impl Trait<_>`.
 - Provide a reasonable `Span` for empty `Generics` in `impl`s.
 - Account for `fn foo<_>(_: _) {}` to suggest `fn foo<T>(_: T) {}`.
 - Fix #67995. Follow up to #67597.
2020-01-10 02:47:34 +01:00
..
lexer tweak wording of mismatched delimiter errors 2020-01-03 08:40:15 -05:00
parser Rollup merge of #68071 - estebank:ice-67995, r=Centril 2020-01-10 02:47:34 +01:00
Cargo.toml Rename syntax_pos to rustc_span in source code 2020-01-01 09:15:18 +03:00
config.rs Normalize syntax::edition imports. 2020-01-02 19:31:38 +01:00
lib.rs Rename syntax_pos to rustc_span in source code 2020-01-01 09:15:18 +03:00
validate_attr.rs Rename syntax_pos to rustc_span in source code 2020-01-01 09:15:18 +03:00