On Wed, Jul 11, 2012 at 7:55 PM, Graydon Hoare <[email protected]> wrote:
> Hi,
>
> I've posted release candidates for 0.3 to the rust download server. These
> are still preliminary; I'd like to get a few shows-of-hands that they work
> right before announcing anything. In particular, the windows builds.

Tried it, seems to work.

The hello world example on the website no longer compiles. This is the
only way I could make it compile:
for (&[1,2,3]).each |i| {
   println(#fmt("hello, %d", i));
}

Is that right? That parenthesis around the vector literal is a bit
unfortunate. I couldn't get rid of the ampersand because it would fail
to compile with a "deprecated vec expr" error.

-- 
Sebastian Sylvan
_______________________________________________
Rust-dev mailing list
[email protected]
https://mail.mozilla.org/listinfo/rust-dev

Reply via email to