rust/src/librustc_parse/parser
Esteban Küber 4f25c618ad Rework raw ident suggestions
Use heuristics to determine whethersuggesting raw identifiers is
appropriate.

Account for raw identifiers when printing a path in a `use` suggestion.
2019-11-23 17:06:34 -08:00
..
attr.rs move syntax::parse -> librustc_parse 2019-11-10 03:57:18 +01:00
diagnostics.rs Rework raw ident suggestions 2019-11-23 17:06:34 -08:00
expr.rs Address review comments 2019-11-17 01:11:28 +03:00
generics.rs move syntax::parse -> librustc_parse 2019-11-10 03:57:18 +01:00
item.rs parse: Use string literal parsing in the asm macro 2019-11-16 21:21:37 +03:00
mod.rs parse: Use string literal parsing in the asm macro 2019-11-16 21:21:37 +03:00
module.rs move syntax::parse -> librustc_parse 2019-11-10 03:57:18 +01:00
pat.rs move syntax::parse -> librustc_parse 2019-11-10 03:57:18 +01:00
path.rs move syntax::parse -> librustc_parse 2019-11-10 03:57:18 +01:00
stmt.rs move syntax::parse -> librustc_parse 2019-11-10 03:57:18 +01:00
ty.rs ast: Keep extern qualifiers in functions more precisely 2019-11-16 21:21:37 +03:00