rust/src/libsyntax/parse
Mark Simulacrum e61e73fcc4 Rollup merge of #43501 - topecongiro:span-to-whereclause, r=nrc
Add Span to ast::WhereClause

This PR adds `Span` field to `ast::WhereClause`. The motivation here is to make rustfmt's life easier when recovering comments before and after where clause.
r? @nrc
2017-07-29 18:03:52 -06:00
..
lexer Merge remote-tracking branch 'origin/master' into proc_macro_api 2017-07-05 08:42:13 -07:00
attr.rs Add LazyTokenStream. 2017-06-26 02:06:31 +00:00
classify.rs Catch expression does not require semicolon to be a statement 2017-07-18 03:42:21 +03:00
common.rs Fix some clippy warnings in libsyntax 2017-05-12 20:05:39 +02:00
mod.rs Rollup merge of #43501 - topecongiro:span-to-whereclause, r=nrc 2017-07-29 18:03:52 -06:00
obsolete.rs Fix some clippy warnings in libsyntax 2017-05-12 20:05:39 +02:00
parser.rs Rollup merge of #43501 - topecongiro:span-to-whereclause, r=nrc 2017-07-29 18:03:52 -06:00
token.rs Merge remote-tracking branch 'origin/master' into proc_macro_api 2017-07-05 08:42:13 -07:00