1
Fork 0

Create const block DefIds in typeck instead of ast lowering

This commit is contained in:
Oli Scherer 2024-05-03 09:22:55 +00:00
parent e5cba17b84
commit ddc5f9b6c1
39 changed files with 162 additions and 189 deletions

View file

@ -82,7 +82,8 @@ mod expressions {
fn expr_const_block() {
const {};
const { 1 };
const {
const
{
struct S;
};
}