Files
rust/crates
bors[bot] 7a59cd49ff Merge #4035
4035: Convert bool to ident instead of literal in mbe r=matklad a=edwin0cheng

Fixed #1249

Currently we treat boolean literal as `tt::Literal` , which makes parsing $lit:lit matcher easily.
However, proc-macro2 treat boolean literal as `ident` :

https://github.com/alexcrichton/proc-macro2/blob/4173a21dc497c67326095e438ff989cc63cd9279/src/lib.rs#L939

OT: I am quite happy we finally need to fix this bug :)

Co-authored-by: Edwin Cheng <edwin0cheng@gmail.com>
2020-04-18 19:36:37 +00:00
..
2020-03-31 09:02:12 -04:00
2020-02-18 16:12:40 +02:00
2020-03-26 17:09:32 +00:00
2020-04-14 13:57:02 -04:00
2020-04-18 17:56:54 +00:00
2020-04-17 04:08:01 +08:00
2020-04-10 20:46:42 +02:00
2020-04-10 00:17:32 +08:00
2020-04-10 20:46:42 +02:00