bors[bot] 11742e3371 Merge #1287
1287: Add support of matching literal in mbe r=matklad a=edwin0cheng

This PR adds support of matching literal in mbe , which used in our `T` macro :

```rust
macro_rules! foo {
    ('(') => {
        fn foo() {}
    }
}
```

Co-authored-by: Edwin Cheng <edwin0cheng@gmail.com>
2019-05-20 19:27:05 +00:00
..
2019-04-26 11:42:10 -04:00
2019-04-09 22:51:22 +03:00
2019-05-20 21:20:52 +03:00
2019-05-04 17:39:51 +01:00
2019-05-20 18:29:02 +08:00
⬆️ text_unit
2019-05-15 19:19:05 +03:00