rust/src/libsyntax/parse
bors 46805805ab Auto merge of #60984 - matthewjasper:borrowck-error-reporting-cleanup, r=pnkfelix
Borrowck error reporting cleanup

* Don't show variables created by desugarings in borrowck errors
* Move "conflict error" reporting to it's own module, so that `error_reporting` contains only common error reporting methods.
* Remove unused `ScopeTree` parameter.

r? @pnkfelix
2019-05-24 03:07:07 +00:00
..
lexer syntax: Turn token::Lit into a struct 2019-05-23 12:46:24 +03:00
attr.rs Use SmallVec in TokenStreamBuilder. 2019-03-29 09:32:58 +11:00
classify.rs Move literal parsing code into a separate file 2019-05-11 16:03:16 +03:00
diagnostics.rs tweak discriminant on non-nullary enum diagnostic 2019-05-23 11:13:48 -04:00
literal.rs syntax: Some code cleanup 2019-05-23 12:46:41 +03:00
mod.rs Rollup merge of #60995 - topecongiro:parser-from-stream-and-base-dir, r=michaelwoerister 2019-05-22 03:47:38 +02:00
parser.rs Auto merge of #60984 - matthewjasper:borrowck-error-reporting-cleanup, r=pnkfelix 2019-05-24 03:07:07 +00:00
token.rs syntax: Some code cleanup 2019-05-23 12:46:41 +03:00
unescape.rs introduce unescape module 2019-05-02 15:31:57 +03:00
unescape_error_reporting.rs introduce unescape module 2019-05-02 15:31:57 +03:00