rust/src/libsyntax
Mark Rousskov 71865fb947
Rollup merge of #51099 - Crazycolorz5:expectedcloseparen, r=estebank
Fix Issue 38777

When looking through for a closing bracket in the loop condition, adds them to expecteds.
https://github.com/rust-lang/rust/issues/38777
2018-06-08 17:20:57 -06:00
..
2018-05-26 15:20:23 +03:00
2018-05-21 18:43:11 +02:00
2018-05-17 23:13:08 +03:00
2018-05-26 15:20:23 +03:00
2018-05-18 22:20:33 +10:00

The syntax crate contains those things concerned purely with syntax that is, the AST ("abstract syntax tree"), parser, pretty-printer, lexer, macro expander, and utilities for traversing ASTs.

For more information about how these things work in rustc, see the rustc guide: