Create const block DefIds in typeck instead of ast lowering
This commit is contained in:
parent
e5cba17b84
commit
ddc5f9b6c1
39 changed files with 162 additions and 189 deletions
|
@ -82,7 +82,8 @@ mod expressions {
|
|||
fn expr_const_block() {
|
||||
const {};
|
||||
const { 1 };
|
||||
const {
|
||||
const
|
||||
{
|
||||
struct S;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue