Manishearth / humpty_dumpty

Implicit Drop/move protection for Rust (linear types)
12 stars 1 forks source link

Implement ExprWhile checking #15

Open Munksgaard opened 9 years ago

Munksgaard commented 9 years ago

It should be quite similar to ExprLoop

Manishearth commented 9 years ago

I believe ExprWhile is desugared to a loop and a match, it's only used in the pre-expansion AST.