Files
rust/src/libsyntax_ext
Mazdak Farrokhzad ae487e04c8 Rollup merge of #61616 - petrochenkov:parsderef, r=oli-obk
parser: Remove `Deref` impl from `Parser`

Follow up to https://github.com/rust-lang/rust/pull/61541

You have to write `self.token.span` instead of `self.span` in the parser now, which is not nice, but not too bad either, I guess.
Not sure.
Probably still better than people using both and being confused about the definition point of `span`.

r? @oli-obk @estebank
2019-06-08 03:33:57 +02:00
..
2019-06-06 14:04:02 +03:00
2019-06-07 13:51:23 +03:00
2019-02-04 21:49:54 +09:00
2019-02-10 23:42:32 +00:00
2019-06-07 13:51:23 +03:00
2019-05-27 13:58:38 +10:00
2019-02-13 00:31:51 +09:00
2019-05-27 13:58:38 +10:00
2019-05-27 13:58:38 +10:00