]> git.lizzy.rs Git - rust.git/commit
Expand macros in blocks to expressions for now
authorFlorian Diebold <flodiebold@gmail.com>
Sun, 8 Dec 2019 11:50:49 +0000 (12:50 +0100)
committerFlorian Diebold <flodiebold@gmail.com>
Sun, 8 Dec 2019 12:03:13 +0000 (13:03 +0100)
commit5e096def15e992938b0e2838ae6c344939aa10f2
tree3e8c410735959fcf35d4346710e4d78b52924c8a
parent2223620313e94deb04d1565a75004579aa1a9e07
Expand macros in blocks to expressions for now

Expanding to statements isn't handled properly yet and breaks things.
crates/ra_hir_def/src/body/lower.rs
crates/ra_hir_expand/src/db.rs