Weltspear

Results 4 issues of Weltspear

I tried to compile the following program: ```rust struct A{ a: int; b: int; c: int; } fn a(): A{ let a_: A; a_.a = 1; a_.b = 2; a_.c...

Maybe instead of using `defer` statements we can use `with` blocks: ```rust struct A{ a: i32, } fn new_a(): A*{ ... } method A::close(){ ... } fn main(){ with let...

It is a very needed feature.

Those are very needed too.