rust-lang / a-mir-formality

a model of MIR and the Rust type/trait system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Check well-formedness of the types of `LocalDecls` in MIR

nikomatsakis opened this issue · comments

On #77, @voidc and I were discussing how we need to check the well-formedness of local variables during MIR type check, but we decided to hold off because of ongoing work about how to best represent well-formedness goals and the like.