mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-23 14:02:06 +03:00
e61e73fcc4
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