rust/crates
bors[bot] cebb995d21
Merge #3425
3425: Fix a bug for single dollar sign macro r=matklad a=edwin0cheng

This PR fixed a bug to allow the following valid `macro_rules!` :

```rust
macro_rules! m {
    ($) => ($)
}
```

Co-authored-by: Edwin Cheng <edwin0cheng@gmail.com>
2020-03-03 17:07:27 +00:00
..
ra_arena
ra_assists Highlight assist tests 2020-03-03 17:03:46 +01:00
ra_cargo_watch lsp-types 0.72 2020-03-02 11:52:46 -05:00
ra_cfg
ra_db ra_db: removed a couple of explicit lifetimes 2020-02-22 17:00:39 +02:00
ra_fmt When joining lines, unwrap trivial diverging blocks 2020-02-24 17:17:05 +01:00
ra_hir More principled approach for gotodef for field shorhand 2020-03-02 19:00:38 +01:00
ra_hir_def Reformat? 2020-03-02 14:28:34 +01:00
ra_hir_expand Fix a bug for single dollar sign macro 2020-03-04 01:03:44 +08:00
ra_hir_ty Drop larlpop-intern dep 2020-03-03 07:57:16 +02:00
ra_ide Merge #3422 2020-03-03 16:17:38 +00:00
ra_ide_db Simplify: remove couple of useless functions 2020-03-02 19:03:46 +01:00
ra_mbe Fix a bug for single dollar sign macro 2020-03-04 01:03:44 +08:00
ra_parser Rename ast::ImplBlock -> ast::ImplDef 2020-02-29 21:33:15 +01:00
ra_prof Remove unused dependencies 2020-02-27 14:04:13 +09:00
ra_project_model ra_project_model: migrate to Sysroot::alloc() 2020-03-01 00:16:57 +02:00
ra_syntax Slightly refactor inlay hints 2020-02-29 23:24:50 +01:00
ra_text_edit Remove unused dependencies 2020-02-27 14:04:13 +09:00
ra_tt
rust-analyzer Simplify by using to_vec 2020-03-02 14:05:44 -05:00
test_utils Use text_range::extend_to 2020-02-27 10:06:48 +08:00