]> git.lizzy.rs Git - rust.git/commit
Use body lowering for block_def_map tests
authorJonas Schievink <jonasschievink@gmail.com>
Mon, 1 Feb 2021 12:20:35 +0000 (13:20 +0100)
committerJonas Schievink <jonasschievink@gmail.com>
Mon, 1 Feb 2021 12:33:18 +0000 (13:33 +0100)
commit80ae583dc02967f329254ed0949f1158c5304d83
treeaf470e5fe493caed21a3afd64b12e6cb93a55f44
parent9cc7d57429542a547f2ea57cf99e370b67e24564
Use body lowering for block_def_map tests

Removes the hacky and buggy custom lowering code
crates/hir_def/src/body/tests.rs
crates/hir_def/src/body/tests/block.rs [new file with mode: 0644]
crates/hir_def/src/nameres/tests.rs
crates/hir_def/src/nameres/tests/block.rs [deleted file]